Michael Schröder 2018-09-29 07:46:19 +00:00 committed by Git OBS Bridge
parent 6c5fbe4488
commit d8191ddcf6

View File

@ -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\