mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
small tweak to debian package build script
This commit is contained in:
Vendored
+1
-1
@@ -276,7 +276,7 @@ build_debs () {
|
||||
local OPTIND OPTARG debug_hook=false hookdir="" cow_build_opts=""
|
||||
local keep_pbuilder_config=false keyring="" custom_keyring="/tmp/fs.asc"
|
||||
local use_custom_sources=true
|
||||
local custom_sources_file="/tmp/fs.sources.list"
|
||||
local custom_sources_file="/etc/apt/sources.list"
|
||||
while getopts 'BbdK:kT:t' o "$@"; do
|
||||
case "$o" in
|
||||
B) cow_build_opts="--debbuildopts '-B'";;
|
||||
|
||||
Reference in New Issue
Block a user