mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
debian: put the build options in the right place
This commit is contained in:
parent
ed9ff6e375
commit
992e05667c
5
debian/util.sh
vendored
5
debian/util.sh
vendored
@ -263,7 +263,7 @@ build_debs () {
|
||||
}
|
||||
if ! [ -d $cow_img ]; then
|
||||
announce "Creating base $distro-$arch image..."
|
||||
cow --create $cow_build_opts
|
||||
cow --create
|
||||
fi
|
||||
announce "Updating base $distro-$arch image..."
|
||||
cow --update
|
||||
@ -276,7 +276,8 @@ build_debs () {
|
||||
fi
|
||||
cow --build $dsc \
|
||||
--hookdir "$hookdir" \
|
||||
--buildresult ../
|
||||
--buildresult ../ \
|
||||
$cow_build_opts
|
||||
} 1>&2
|
||||
echo ${dsc%.dsc}_${arch}.changes
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user