wok rev 9034

Fixed gtkperf. It needs DESTDIR=DESTDIR in order to work.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 03 17:27:09 2011 +0000 (2011-03-03)
parents 47623f40305b
children 7b69f5bcc54f
files gtkperf/receipt
line diff
     1.1 --- a/gtkperf/receipt	Thu Mar 03 17:13:53 2011 +0000
     1.2 +++ b/gtkperf/receipt	Thu Mar 03 17:27:09 2011 +0000
     1.3 @@ -15,16 +15,15 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr --infodir=/usr/share/info \
     1.8 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.9 +	./configure &&
    1.10  	make &&
    1.11 -	make install
    1.12 +	make DESTDIR=$DESTDIR install
    1.13  }
    1.14  
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18 -	mkdir -p $fs/usr/
    1.19 +	mkdir -p $fs/usr
    1.20  	cp -a $_pkg/usr/bin $fs/usr
    1.21  	cp -a $_pkg/usr/share $fs/usr
    1.22  }