From 93f94cb7cc35f2c232ef9610674e69316a376118 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 15 Mar 2006 16:02:38 +0000 Subject: [PATCH] chroot in /bin for install script --- commands/simple/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.0