SHA256
1
0
forked from pool/perl
Michael Schröder 2018-09-29 07:46:19 +00:00 committed by Git OBS Bridge
parent 758b6dc022
commit a5f1114712

View File

@ -94,7 +94,7 @@ for i in ${all_dir[@]}; do\
if [ "${i}" = "auto" ]; then\
continue\
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\
else\
if [ -d ${base_dir}/${i} ]; then\