From: Ken Rice Date: Wed, 17 Feb 2016 22:31:58 +0000 (-0600) Subject: small tweak to debian package build script X-Git-Tag: v1.6.7~2^2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59a8dede029ad9055f07efbd99992426f5d2e608;p=thirdparty%2Ffreeswitch.git small tweak to debian package build script --- diff --git a/debian/util.sh b/debian/util.sh index 022daa2048..1f713462b9 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -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'";;