summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_proc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-11 23:05:55 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:29 +0100
commit1ef63a83da236e6c949c27140cfa0ee6fc652f17 (patch)
treec94bc720d5eedf6fb630bf6d2f91af3b259f26b5 /helpers/lh_chroot_proc
parent66e6a4c14a6a125356707a669fef6e016bc0f6ff (diff)
downloadlive-build-1ef63a83da236e6c949c27140cfa0ee6fc652f17.zip
live-build-1ef63a83da236e6c949c27140cfa0ee6fc652f17.tar.gz
Adding some more fakeroot related fixes from An-Cheng Huang <ancheng@vyatta.com>.
Diffstat (limited to 'helpers/lh_chroot_proc')
-rwxr-xr-xhelpers/lh_chroot_proc6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_chroot_proc b/helpers/lh_chroot_proc
index 378703a..c0e1a76 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)