From 1ef63a83da236e6c949c27140cfa0ee6fc652f17 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 11 Nov 2007 23:05:55 +0100 Subject: Adding some more fakeroot related fixes from An-Cheng Huang . --- helpers/lh_chroot_proc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helpers/lh_chroot_proc') diff --git a/helpers/lh_chroot_proc b/helpers/lh_chroot_proc index 378703adc..c0e1a768a 100755 --- a/helpers/lh_chroot_proc +++ b/helpers/lh_chroot_proc @@ -59,13 +59,13 @@ case "${1}" in # Mounting /proc ${LH_ROOT_COMMAND} mount proc-live -t proc chroot/proc - - # Creating stage file - Create_stagefile .stage/chroot_proc else rm -rf chroot/proc ln -s /proc chroot/ fi + + # Creating stage file + Create_stagefile .stage/chroot_proc ;; remove) -- cgit v1.2.3