wok diff GConf/receipt @ rev 10375

rox-filer: fix bdeps...
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 12:30:01 2011 +0200 (2011-05-23)
parents 0cb854791327
children 2607726aba23
line diff
     1.1 --- a/GConf/receipt	Wed May 11 15:43:53 2011 +0200
     1.2 +++ b/GConf/receipt	Mon May 23 12:30:01 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="GConf"
     1.7 -VERSION="2.32.2"
     1.8 +VERSION="2.32.3"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A configuration database system."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12 @@ -22,7 +22,8 @@
    1.13  	cd $src
    1.14  	./configure \
    1.15  		--sysconfdir=/etc \
    1.16 -		--libexecdir=/usr/lib/GConf &&
    1.17 +		--libexecdir=/usr/lib/GConf \
    1.18 +		$CONFIGURE_ARGS &&
    1.19  	make && make install
    1.20  }
    1.21