]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
small tweak to debian package build script
authorKen Rice <krice@freeswitch.org>
Wed, 17 Feb 2016 22:31:58 +0000 (16:31 -0600)
committerKen Rice <krice@freeswitch.org>
Wed, 17 Feb 2016 22:32:08 +0000 (16:32 -0600)
debian/util.sh

index 022daa20489dbb30c94a0571394e8ca1e1b92d5b..1f713462b9ee045fe654bdf9acfa97321f6ada84 100755 (executable)
@@ -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'";;