From 60088337df278598c8becc491a65bf3d58cfab2c Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 16 Sep 2005 13:06:57 +0000 Subject: [PATCH] Build as bin works now --- tools/chrootmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/chrootmake.sh b/tools/chrootmake.sh index 41b0f6e1f..4c6967c9b 100755 --- a/tools/chrootmake.sh +++ b/tools/chrootmake.sh @@ -1,7 +1,7 @@ #!/bin/sh export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin cd /usr/src || exit 1 -( cd etc && make install ) +make etcfiles su bin -c 'make world install' || exit 1 cd tools || exit 1 rm revision