wok-6.x diff gtk+/receipt @ rev 1906
apache,lighttpd*: update CONFIG_FILES
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 21 11:06:05 2008 +0000 (2008-12-21) |
parents | ad2f489ebbbc |
children | 011647445dd9 |
line diff
1.1 --- a/gtk+/receipt Fri Jun 06 11:41:04 2008 +0200 1.2 +++ b/gtk+/receipt Sun Dec 21 11:06:05 2008 +0000 1.3 @@ -12,6 +12,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.gtk.org/" 1.6 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.12/$TARBALL" 1.7 +CONFIG_FILES="/etc/gtk-2.0" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -22,8 +23,8 @@ 1.12 --sysconfdir=/etc \ 1.13 --mandir=/usr/share/man \ 1.14 --with-html-dir=/usr/share/doc \ 1.15 - $CONFIGURE_ARGS 1.16 - make 1.17 + $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21