toolchain modoifications
[hdw-linux/hdw-linux.git] / packages / base / 00-small-base-conf / 00-small-base-conf
index dfd3505..6130609 100644 (file)
@@ -11,10 +11,10 @@ custmain="1"
 if [ "$hdw_status" = "1" ] ; then
        custmain()      {
                for i in bash pwd cat stty; do
-                       ln -sf ../$s1_prefix/bin/$i $root/bin/$i
+                       ln -sf ../$tc_name/bin/$i $root/bin/$i
                done
                ln -sf bash $root/bin/sh
-               ln -sf ../../$s1_prefix/bin/perl $root/usr/bin/perl
+               ln -sf ../../$tc_name/bin/perl $root/usr/bin/perl
                        }
 else
        custmain()      {