From: Ben Gras Date: Wed, 15 Mar 2006 16:02:38 +0000 (+0000) Subject: chroot in /bin for install script X-Git-Tag: v3.1.2a~224 X-Git-Url: http://zhaoyanbai.com/repos/man.named-journalprint.html?a=commitdiff_plain;h=93f94cb7cc35f2c232ef9610674e69316a376118;p=minix.git chroot in /bin for install script --- diff --git a/commands/simple/Makefile b/commands/simple/Makefile index a1649d6dd..eac38e2ca 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -922,7 +922,7 @@ install: \ /usr/bin/chmem \ /usr/bin/chmod \ /usr/bin/chown \ - /usr/bin/chroot \ + /bin/chroot \ /usr/bin/chgrp \ /usr/bin/ci \ /usr/bin/cksum \ @@ -1171,7 +1171,7 @@ install: \ /usr/bin/chown: chown install -cs -o bin $? $@ -/usr/bin/chroot: chroot +/bin/chroot: chroot install -cs -o bin $? $@ /usr/bin/chgrp: /usr/bin/chown