From 2ea3db43de9a673d3836d03521cc24590ca5ade2 Mon Sep 17 00:00:00 2001 From: Alex Owen Date: Sun, 14 Oct 2007 22:37:49 +0100 Subject: fix lh_chroot_sources to actually install *.deb from config/chroot_sources --- helpers/lh_chroot_sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources index 632daf6..f1bab8e 100755 --- a/helpers/lh_chroot_sources +++ b/helpers/lh_chroot_sources @@ -142,7 +142,7 @@ case "${1}" in for PACKAGE in config/chroot_sources/*.deb do cp ${PACKAGE} chroot/root - Chroot "dpkg -i $(basename ${PACKAGE})" + Chroot "dpkg -i /root/$(basename ${PACKAGE})" rm -f chroot/root/$(basename ${PACKAGE}) done fi -- cgit v1.0