wok rev 1112

iw: fake source tree before cd
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jul 19 21:06:23 2008 +0200 (2008-07-19)
parents 15ea6801bafa
children 0258e84c532f
files iw/receipt
line diff
     1.1 --- a/iw/receipt	Sat Jul 19 20:50:04 2008 +0200
     1.2 +++ b/iw/receipt	Sat Jul 19 21:06:23 2008 +0200
     1.3 @@ -14,8 +14,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	ln -s . $PACKAGE-$VERSION
     1.8  	cd $src
     1.9 -	ln -s . $PACKAGE-$VERSION
    1.10  	make
    1.11  	make DESTDIR=$PWD/_pkg install
    1.12  }