diff options
author | Daniel Baumann <daniel@debian.org> | 2008-11-14 16:11:13 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:44 +0100 |
commit | 55254a01fdf9289a38ad7478d9b779f2ba53b15c (patch) | |
tree | 19e08052c98a595988524b873117307d7faafc4e /helpers/lh_chroot_sources | |
parent | 5f0876d99d8c213c095cf61b70bb2b84f78def3d (diff) | |
download | vyos-live-build-55254a01fdf9289a38ad7478d9b779f2ba53b15c.tar.gz vyos-live-build-55254a01fdf9289a38ad7478d9b779f2ba53b15c.zip |
Applied patch from Maximilian Gass <mxey@cloudconnected.org> to fix typo in generation of release files in lh_chroot_sources.
Diffstat (limited to 'helpers/lh_chroot_sources')
-rwxr-xr-x | helpers/lh_chroot_sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources index e5ddfdb4e..a8627640f 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 |