wok diff icewm/receipt @ rev 11803

gnumeric: back to 1.10.17 - It was fine for last 3 months, now build on my local system with updated chroot and last pkgs from mirror
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 25 11:20:45 2012 +0100 (2012-02-25)
parents a0ef91b8d352
children fe747cfe0009
line diff
     1.1 --- a/icewm/receipt	Tue Mar 01 16:43:54 2011 +0100
     1.2 +++ b/icewm/receipt	Sat Feb 25 11:20:45 2012 +0100
     1.3 @@ -23,7 +23,8 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/icewm \
     1.7 -	 --localstatedir=/var --mandir=/usr/share/man  --disable-i18n &&
     1.8 +	 --localstatedir=/var --mandir=/usr/share/man  --disable-i18n \
     1.9 +	 $CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make DESTDIR=$PWD/_pkg install
    1.12  }