--- toast-linux	2004/08/29 20:08:16	1.108
+++ toast-linux	2004/08/29 21:20:57	1.109
@@ -1649,9 +1649,19 @@
         if [ -x "$gcc" ]; then
           announce ln -sf `basename $gcc` "$rootdir/usr/bin/gcc"
           ln -sf `basename $gcc` "$rootdir/usr/bin/gcc"
-       fi
-     done
+        fi
+      done
     fi
+
+    # terrible hack: create "sh" symlink for bash-minimal binary
+    if [ ! -x "$rootdir/bin/sh" ]; then
+      for bash in $rootdir/bin/bash*; do
+        if [ -x "$bash" ]; then
+          announce ln -sf `basename $bash` "$rootdir/bin/sh"
+          ln -sf `basename $bash` "$rootdir/bin/sh"
+        fi
+      done
+    fi
   else
     # configure
 
@@ -1756,12 +1766,12 @@
 deb g/glibc libc6_2.3.2.ds1
 deb g/glibc libc6-dev_2.3.2.ds1
 deb l/linux-kernel-headers linux-kernel-headers_2.5.999
-deb b/binutils binutils_2.14.90.0.7
-deb g/gcc-3.3 gcc-3.3_3.3
-deb g/gcc-3.3 cpp-3.3_3.3
+deb b/binutils binutils_2.15
+deb g/gcc-3.4 gcc-3.4_3.4
+deb g/gcc-3.4 cpp-3.4_3.4
+deb g/gcc-3.4 libgcc1
 deb p/perl perl-base_5.8
-deb n/ncurses libncurses5_5.4
-deb b/bash bash_2.05b
+deb b/bash bash-minimal_3.0
 exec utoast bin 0 $urls
 
 --- FILE root/sbin/add ---