# HG changeset patch # User Pascal Bellard # Date 1299186428 -3600 # Node ID 3d1225c1a2474180d968341b67954c2e4fe7c775 # Parent c15ece372753a0f9827e604dfd1023106279f48e gtk-engines-rezlooks: fix genpkg_rules diff -r c15ece372753 -r 3d1225c1a247 gtk-engines-rezlooks/receipt --- a/gtk-engines-rezlooks/receipt Thu Mar 03 15:46:25 2011 +0000 +++ b/gtk-engines-rezlooks/receipt Thu Mar 03 22:07:08 2011 +0100 @@ -17,13 +17,13 @@ cd $src ./configure --enable-animation && make && - make prefix=$PWD/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - strip -s rezlooks-$VERSION/_pkg/lib/gtk-2.0/*/engines/*.so - cp -a rezlooks-$VERSION/_pkg/lib $fs/usr + strip -s $_pkg/lib/gtk-2.0/*/engines/*.so + cp -a $_pkg/lib $fs/usr }