Rename install steps; add copying /usr/lib/* to /lib/*

This commit is contained in:
Ben Gras
2005-08-08 18:36:12 +00:00
parent 560466ed8e
commit 08e0e1bcef
4 changed files with 15 additions and 11 deletions
+3
View File
@@ -8,5 +8,8 @@ make hdboot || exit 1
cp ../boot/boot /boot/boot || exit 1
cd /usr/src || exit 1
make clean
# Put compiler and libraries on root (ramdisk if enabled)
cp /usr/lib/* /lib
cp /usr/lib/i386/* /lib/i386/
exit 0