wok rev 15738

libofx: tiny edits
author Dominique Corbex <domcox@slitaz.org>
date Wed Jan 01 20:46:08 2014 +0100 (2014-01-01)
parents 422aecddce04
children ab01846e9558
files libofx/receipt
line diff
     1.1 --- a/libofx/receipt	Wed Jan 01 20:45:35 2014 +0100
     1.2 +++ b/libofx/receipt	Wed Jan 01 20:46:08 2014 +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  }