wok-4.x diff gtk-engines-rezlooks/receipt @ rev 9147
Oups... add WGET_URL and related stuff into gvim
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Mar 06 22:05:16 2011 +0100 (2011-03-06) |
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 Sun Mar 06 22:05:16 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 }