wok diff aiksaurus/receipt @ rev 9973

lostirc: fix receipt
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 18 19:10:54 2011 +0200 (2011-05-18)
parents 0b9117137f68
children affc0ad88f4c
line diff
     1.1 --- a/aiksaurus/receipt	Thu Feb 03 19:19:05 2011 +0000
     1.2 +++ b/aiksaurus/receipt	Wed May 18 19:10:54 2011 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -Np0 -i ../stuff/aiksaurus-gcc44.patch
     1.8 +	patch -Np0 -i $stuff/aiksaurus-gcc44.patch
     1.9  	./configure --with-gtk &&
    1.10  	make && make -j1 DESTDIR=$DESTDIR install
    1.11  }