...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=174
This commit is contained in:
parent
758b6dc022
commit
a5f1114712
@ -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}" -o "%{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\
|
||||||
|
Loading…
Reference in New Issue
Block a user