wok diff libofx/receipt @ rev 19946

Up vmtouch (1.3.0)
author Paul Issott <paul@slitaz.org>
date Sun May 07 15:59:20 2017 +0100 (2017-05-07)
parents d9b88fe66325
children 86790a278e70
line diff
     1.1 --- a/libofx/receipt	Wed Jul 17 23:20:21 2013 +0200
     1.2 +++ b/libofx/receipt	Sun May 07 15:59:20 2017 +0100
     1.3 @@ -17,7 +17,9 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.8 +	./configure \
     1.9 +		--prefix=/usr \
    1.10 +		$CONFIGURE_ARGS &&
    1.11  	make &&
    1.12  	make DESTDIR=$DESTDIR install
    1.13  }
    1.14 @@ -29,5 +31,4 @@
    1.15  	cp -a $install/usr/bin $fs/usr
    1.16  	cp -a $install/usr/include $fs/usr
    1.17  	cp -a $install/usr/lib $fs/usr
    1.18 -		 
    1.19  }