wok diff GConf/receipt @ rev 10638
linux-libre: Fixed to only use tazwok if cook doesn't exist. Fixed also some typos.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu May 26 18:26:21 2011 +0000 (2011-05-26) |
parents | 0cb854791327 |
children | 2607726aba23 |
line diff
1.1 --- a/GConf/receipt Wed May 11 15:43:53 2011 +0200 1.2 +++ b/GConf/receipt Thu May 26 18:26:21 2011 +0000 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