wok diff gtk-engines-rezlooks/receipt @ rev 9257

Add: linux-libre 2.6.37-libre (part 1)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 15 03:23:44 2011 +0100 (2011-03-15)
parents 3d1225c1a247
children 02bbaa9d12ba
line diff
     1.1 --- a/gtk-engines-rezlooks/receipt	Thu Mar 03 22:07:08 2011 +0100
     1.2 +++ b/gtk-engines-rezlooks/receipt	Tue Mar 15 03:23:44 2011 +0100
     1.3 @@ -17,13 +17,13 @@
     1.4  	cd $src
     1.5  	./configure --enable-animation &&
     1.6  	make &&
     1.7 -	make install
     1.8 +	make prefix=/usr 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 $_pkg/lib/gtk-2.0/*/engines/*.so
    1.16 -	cp -a $_pkg/lib $fs/usr
    1.17 +	strip -s $_pkg/usr/lib/gtk-2.0/*/engines/*.so
    1.18 +	cp -a $_pkg/usr/lib $fs/usr
    1.19  }