wok diff uclibc-cross-compiler-i486/receipt @ rev 8647

Fixed xz post_remove.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 19:35:52 2011 +0000 (2011-02-15)
parents bd7b121ea309
children df5b8ff398d7
line diff
     1.1 --- a/uclibc-cross-compiler-i486/receipt	Sat Aug 14 16:57:26 2010 +0200
     1.2 +++ b/uclibc-cross-compiler-i486/receipt	Tue Feb 15 19:35:52 2011 +0000
     1.3 @@ -13,15 +13,15 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $SOURCE
     1.8 +	cd $src
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/share $fs/usr/bin
    1.15 -	cp -a $SOURCE $fs/usr/share/$PACKAGE
    1.16 -	for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do
    1.17 +	cp -a $src $fs/usr/share/$PACKAGE
    1.18 +	for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
    1.19  		file=$(basename $i)
    1.20  		ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
    1.21  	done