# HG changeset patch # User Christophe Lincoln # Date 1216494383 -7200 # Node ID e9c6229130e24f591ca82320883d1f07de5815d1 # Parent 15ea6801bafa4858044e9ea5f2cabe1b53dadf3b iw: fake source tree before cd diff -r 15ea6801bafa -r e9c6229130e2 iw/receipt --- a/iw/receipt Sat Jul 19 20:50:04 2008 +0200 +++ b/iw/receipt Sat Jul 19 21:06:23 2008 +0200 @@ -14,8 +14,8 @@ # Rules to configure and make the package. compile_rules() { + ln -s . $PACKAGE-$VERSION cd $src - ln -s . $PACKAGE-$VERSION make make DESTDIR=$PWD/_pkg install }