wok-next diff libofx/receipt @ rev 10791

slitaz-tools: tazx is not installed by Makefile (fixed in tools repo)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jun 02 02:39:30 2011 +0200 (2011-06-02)
parents 9af1fe7ff6a8
children 82aa64f4d60d
line diff
     1.1 --- a/libofx/receipt	Mon Feb 07 16:40:34 2011 +0100
     1.2 +++ b/libofx/receipt	Thu Jun 02 02:39:30 2011 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -p1 -i ../stuff/libofx-0.9.1-include-cxx-headers.patch
     1.8 +	patch -p1 -i $stuff/libofx-0.9.1-include-cxx-headers.patch
     1.9  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make DESTDIR=$PWD/_pkg install