...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=174
This commit is contained in:
parent
6c5fbe4488
commit
d8191ddcf6
@ -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…
x
Reference in New Issue
Block a user