summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_local-packageslists
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-04-17 21:26:34 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:32 +0100
commitffa20df08243c6d19a47ef182a0fa7438f60f800 (patch)
treec789fc1bc7c618f66da80ca44b3b03ac74cb8c1d /helpers/lh_binary_local-packageslists
parent3cd834e69cf4fdc710d9b28565b201d1db4344af (diff)
downloadvyos-live-build-ffa20df08243c6d19a47ef182a0fa7438f60f800.tar.gz
vyos-live-build-ffa20df08243c6d19a47ef182a0fa7438f60f800.zip
Tidy calls to new Expand_packagelist
Diffstat (limited to 'helpers/lh_binary_local-packageslists')
-rwxr-xr-xhelpers/lh_binary_local-packageslists3
1 files changed, 1 insertions, 2 deletions
diff --git a/helpers/lh_binary_local-packageslists b/helpers/lh_binary_local-packageslists
index cc3c87ddc..5804fa1ae 100755
--- a/helpers/lh_binary_local-packageslists
+++ b/helpers/lh_binary_local-packageslists
@@ -51,8 +51,7 @@ then
for PACKAGESLIST in config/binary_local-packageslists/*
do
# Generate package list
- Expand_packagelist "$(basename ${PACKAGESLIST})" "config/binary_local-packageslists" "${LH_BASE:-/usr/share/live-helper/lists}/lists" > chroot/root/"$(basename ${PACKAGESLIST})"
-
+ Expand_packagelist "${PACKAGESLIST}" "config/binary_local-packageslists" > chroot/root/"$(basename ${PACKAGESLIST})"
# Downloading additional packages
Chroot "xargs --arg-file=/root/$(basename ${PACKAGESLIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install"