From 09f88a6e3837f71343dacb1bf7c6411183cca2cf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 21 Feb 2008 20:03:57 +0100 Subject: Adding apt/aptitude options. By using APT_OPTIONS and APTITUDE_OPTIONS in config/common, one can manipulate the default options wich is made to each and every apt and aptitude call. --- helpers/lh_source_debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_source_debian') diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian index 31ee006e7..6a86ddc83 100755 --- a/helpers/lh_source_debian +++ b/helpers/lh_source_debian @@ -93,7 +93,7 @@ fi ;; esac -Chroot "xargs --arg-file=/root/dpkg-selection.txt apt-get source --download-only" +Chroot "xargs --arg-file=/root/dpkg-selection.txt apt-get ${APT_OPTIONS} --download-only source" rm -f chroot/root/dpkg-selection.txt # Sort sources -- cgit v1.2.3