mirror of
https://tvoygit.ru/Djam/r11-builder-agent.git
synced 2025-02-23 10:22:45 +00:00
fix path to spec
This commit is contained in:
parent
176b6ffdca
commit
41f6bc11a6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue