change the perl_gen_filelist macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=172
This commit is contained in:
parent
dfe90ad55e
commit
d22368ea1a
@ -94,7 +94,7 @@ for i in ${all_dir[@]}; do\
|
|||||||
if [ "${i}" = "auto" ]; then\
|
if [ "${i}" = "auto" ]; then\
|
||||||
continue\
|
continue\
|
||||||
fi\
|
fi\
|
||||||
if [ "%{perl_vendorlib}/${i}" = "%{perl_vendorarch}/auto" ]; then\
|
if [ "%{perl_vendorlib}/${i}" = "%{perl_vendorarch}" -o "%{perl_vendorlib}/${i}" = "%{perl_vendorarch}/auto"]; then\
|
||||||
continue\
|
continue\
|
||||||
else\
|
else\
|
||||||
if [ -d ${base_dir}/${i} ]; then\
|
if [ -d ${base_dir}/${i} ]; then\
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 26 15:01:32 CEST 2018 - mls@suse.de
|
||||||
|
|
||||||
|
- change the perl_gen_filelist macro so that the modules no
|
||||||
|
longer own the perl_vendorarch directory [bnc#1109754]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 22 19:22:29 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
Sat Sep 22 19:22:29 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user