]> Zhao Yanbai Git Server - minix.git/commitdiff
Not here
authorBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 12:24:10 +0000 (12:24 +0000)
committerBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 12:24:10 +0000 (12:24 +0000)
tools/chrootmake.sh
tools/release.sh

index 68fc3bb4b3cc16acd7015b0c890b1c4c47d9e089..3a7ab9632a251a22fbecded9330322dcbb7324c0 100755 (executable)
@@ -1,6 +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 world install || exit 1
 cd tools || exit 1
 rm revision
index f805ab4d25b93e05ef581a96d36318ff6bfda156..4e28b98edfa44ebd2f10cd4e1fa293f1f2e59efe 100755 (executable)
@@ -211,7 +211,7 @@ then
        # Make sure the CD knows it's a CD
        date >$RELEASEDIR/CD
        echo " * Chroot build"
-       chroot $RELEASEDIR "/usr/bin su bin -c '/bin/sh -x /usr/src/tools/chrootmake.sh'" || exit 1
+       chroot $RELEASEDIR "/bin/sh -x /usr/src/tools/chrootmake.sh" || exit 1
        echo " * Chroot build done"
        # The build process leaves some file in src as root.
        chown -R bin $RELEASEDIR/usr/src*