summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-11-14 16:11:13 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:44 +0100
commit55254a01fdf9289a38ad7478d9b779f2ba53b15c (patch)
tree19e08052c98a595988524b873117307d7faafc4e
parent5f0876d99d8c213c095cf61b70bb2b84f78def3d (diff)
downloadlive-build-55254a01fdf9289a38ad7478d9b779f2ba53b15c.zip
live-build-55254a01fdf9289a38ad7478d9b779f2ba53b15c.tar.gz
Applied patch from Maximilian Gass <mxey@cloudconnected.org> to fix typo in generation of release files in lh_chroot_sources.
-rwxr-xr-xhelpers/lh_chroot_sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources
index e5ddfdb..a862764 100755
--- a/helpers/lh_chroot_sources
+++ b/helpers/lh_chroot_sources
@@ -128,7 +128,7 @@ case "${1}" in
# Generate Release
echo "cd /root/local-packages && apt-ftparchive \
-o APT::FTPArchive::Release::Origin=chroot_local-packages \
- release . > Release" | Chroot chroot
+ release . > Release" | Chroot chroot sh
if [ "${LH_APT_SECURE}" = "enabled" ]
then