mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
FS-8271 simplify package building for the default case
This commit is contained in:
Vendored
+2
@@ -309,11 +309,13 @@ build_debs () {
|
||||
fi
|
||||
cow () {
|
||||
if ! $use_custom_sources; then
|
||||
echo "Using system sources $keyring $distro $custom_sources_file"
|
||||
cowbuilder "$@" \
|
||||
--distribution $distro \
|
||||
--architecture $arch \
|
||||
--basepath $cow_img
|
||||
else
|
||||
echo "Using custom sources $keyring $distro $custom_sources_file"
|
||||
cowbuilder "$@" \
|
||||
--distribution $distro \
|
||||
--architecture $arch \
|
||||
|
||||
Reference in New Issue
Block a user