fix path to spec

This commit is contained in:
root user 2019-03-11 22:43:58 +03:00
parent 176b6ffdca
commit 41f6bc11a6

View file

@ -287,7 +287,7 @@ if [ "$rerun_tests" = 'true' ]; then
return 0
fi
spec_name=`ls -1 | grep '.spec$'`
spec_name=`ls -1 $build_package | grep '.spec$'`
echo '--> Build src.rpm'
try_rebuild=true
retry=0