wok-6.x diff GConf/receipt @ rev 11548
Add fwbuilder form wok-undigest
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 25 15:18:54 2011 +0100 (2011-12-25) |
parents | 0cb854791327 |
children | 2607726aba23 |
line diff
1.1 --- a/GConf/receipt Wed May 11 15:43:53 2011 +0200 1.2 +++ b/GConf/receipt Sun Dec 25 15:18:54 2011 +0100 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