Applied patch from Maximilian Gass <mxey@cloudconnected.org> to fix typo in generation of release files in lh_chroot_sources.
This commit is contained in:
parent
5f0876d99d
commit
55254a01fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue