From b392d8f91e459a3e4559342c733fee2dd6897f3b Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 16 Sep 2005 12:25:43 +0000 Subject: [PATCH] Build as bin --- tools/chrootmake.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/chrootmake.sh b/tools/chrootmake.sh index 3a7ab9632..41b0f6e1f 100755 --- a/tools/chrootmake.sh +++ b/tools/chrootmake.sh @@ -2,7 +2,7 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin cd /usr/src || exit 1 ( cd etc && make install ) -make world install || exit 1 +su bin -c 'make world install' || exit 1 cd tools || exit 1 rm revision rm /boot/image/* @@ -14,9 +14,9 @@ cp image_small /boot || exit 1 cd /usr/src || exit 1 make clean # Let man find the manpages -makewhatis /usr/man -makewhatis /usr/gnu/man -makewhatis /usr/local/man +su bin -c 'makewhatis /usr/man' +su bin -c 'makewhatis /usr/gnu/man' +su bin -c 'makewhatis /usr/local/man' mv /usr/src/commands /usr/src.commands mv /usr/src/contrib /usr/src.contrib exit 0 -- 2.44.0