wok-next diff gtk+/receipt @ rev 1848

get-xnviewmp: clean install directory
author Julien Rabier <taziden@slitaz.org>
date Sat Dec 13 15:04:21 2008 +0100 (2008-12-13)
parents ad2f489ebbbc
children 011647445dd9
line diff
     1.1 --- a/gtk+/receipt	Fri Jun 06 11:41:04 2008 +0200
     1.2 +++ b/gtk+/receipt	Sat Dec 13 15:04:21 2008 +0100
     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