--- toast-linux	2004/04/14 01:22:35	1.18
+++ toast-linux	2004/04/14 18:03:09	1.19
@@ -1016,7 +1016,7 @@
 done
 touch "$rootdir/../build.log"
 for i in `cd "$rootdir" && find *`; do
-  ln -s "$relrootdir$i" "$target/$i"
+  ln -s "$relrootdir/$i" "$target/$i"
 done
 
 for i in mnt/floppy proc sys usr/man var/empty var/lock var/run var/log; do
@@ -1024,6 +1024,7 @@
 done
 
 ln -s "../usr/share/zoneinfo/`cat /etc/TZ`" "$target/etc/localtime"
+ln -s . "$target/usr/usr"
 ln -s gcc "$target/bin/cc"
 ln -s vim "$target/bin/vi.off"
 ln -s bash "$target/bin/sh.off"
@@ -2860,7 +2861,7 @@
 # CONFIG_MAKEDEVS is not set
 # CONFIG_MT is not set
 # CONFIG_RX is not set
-CONFIG_STRINGS=y
+# CONFIG_STRINGS is not set
 CONFIG_TIME=y
 # CONFIG_WATCHDOG is not set