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