wok diff giblib/receipt @ rev 14417

new: python-edje-dev
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 19:18:45 2013 +0200 (2013-04-23)
parents 987853b8719d
children de49f29b101e
line diff
     1.1 --- a/giblib/receipt	Sun Mar 15 21:23:09 2009 +0000
     1.2 +++ b/giblib/receipt	Tue Apr 23 19:18:45 2013 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr &&
     1.8 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11  }