small tweak to debian package build script

This commit is contained in:
Ken Rice 2016-02-17 16:31:58 -06:00
parent 2b5f40b38e
commit 59a8dede02
1 changed files with 1 additions and 1 deletions

2
debian/util.sh vendored
View File

@ -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'";;