mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +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
|
if ! [ -d $cow_img ]; then
|
||||||
announce "Creating base $distro-$arch image..."
|
announce "Creating base $distro-$arch image..."
|
||||||
cow --create $cow_build_opts
|
cow --create
|
||||||
fi
|
fi
|
||||||
announce "Updating base $distro-$arch image..."
|
announce "Updating base $distro-$arch image..."
|
||||||
cow --update
|
cow --update
|
||||||
@ -276,7 +276,8 @@ build_debs () {
|
|||||||
fi
|
fi
|
||||||
cow --build $dsc \
|
cow --build $dsc \
|
||||||
--hookdir "$hookdir" \
|
--hookdir "$hookdir" \
|
||||||
--buildresult ../
|
--buildresult ../ \
|
||||||
|
$cow_build_opts
|
||||||
} 1>&2
|
} 1>&2
|
||||||
echo ${dsc%.dsc}_${arch}.changes
|
echo ${dsc%.dsc}_${arch}.changes
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user