# HG changeset patch # User Antoine Bodin # Date 1296084050 -3600 # Node ID 81728dc610fffdf0dd1aaf4683573c71b7a68551 # Parent 49237253b92792465272a44a59d5f4fba82f8670 imported patch toolchain/uclibc-cross-compiler-i486.patch diff -r 49237253b927 -r 81728dc610ff uclibc-cross-compiler-i486/receipt --- a/uclibc-cross-compiler-i486/receipt Thu Jan 27 00:20:50 2011 +0100 +++ b/uclibc-cross-compiler-i486/receipt Thu Jan 27 00:20:50 2011 +0100 @@ -13,15 +13,15 @@ # Rules to configure and make the package. compile_rules() { - cd $SOURCE + cd $src } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share $fs/usr/bin - cp -a $SOURCE $fs/usr/share/$PACKAGE - for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do + cp -a $src $fs/usr/share/$PACKAGE + for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do file=$(basename $i) ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file done