wok-4.x diff opal/receipt @ rev 11738

Up slitaz-menus (2.4) Dont use full path for menu icons so it's follow the icons theme
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 21 23:59:02 2012 +0100 (2012-02-21)
parents 49e501a55595
children
line diff
     1.1 --- a/opal/receipt	Sat Jul 10 09:37:09 2010 +0200
     1.2 +++ b/opal/receipt	Tue Feb 21 23:59:02 2012 +0100
     1.3 @@ -20,7 +20,7 @@
     1.4  	./configure --prefix=/usr --bindir=/bin \
     1.5  	--libexecdir=/usr/bin --mandir=/usr/share/man \
     1.6  	$CONFIGURE_ARGS &&
     1.7 -	make -j 4 &&
     1.8 +	make $MAKEFLAGS &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11