wok-next rev 9035
Fixed gtk-engines-rezlooks.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 03 17:32:36 2011 +0000 (2011-03-03) |
parents | 4e196db993fd |
children | f81e47267992 |
files | gtk-engines-rezlooks/receipt |
line diff
1.1 --- a/gtk-engines-rezlooks/receipt Thu Mar 03 17:27:09 2011 +0000 1.2 +++ b/gtk-engines-rezlooks/receipt Thu Mar 03 17:32:36 2011 +0000 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 }