wok rev 9025

gtk-engines-rezlooks: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 03 22:07:08 2011 +0100 (2011-03-03)
parents c15ece372753
children 1f1bcb1b4a7b
files gtk-engines-rezlooks/receipt
line diff
     1.1 --- a/gtk-engines-rezlooks/receipt	Thu Mar 03 15:46:25 2011 +0000
     1.2 +++ b/gtk-engines-rezlooks/receipt	Thu Mar 03 22:07:08 2011 +0100
     1.3 @@ -17,13 +17,13 @@
     1.4  	cd $src
     1.5  	./configure --enable-animation &&
     1.6  	make &&
     1.7 -	make prefix=$PWD/_pkg install
     1.8 +	make install
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	strip -s rezlooks-$VERSION/_pkg/lib/gtk-2.0/*/engines/*.so
    1.16 -	cp -a rezlooks-$VERSION/_pkg/lib $fs/usr
    1.17 +	strip -s $_pkg/lib/gtk-2.0/*/engines/*.so
    1.18 +	cp -a $_pkg/lib $fs/usr
    1.19  }