# HG changeset patch # User Antoine Bodin # Date 1298411798 -3600 # Node ID 3a1b26bb9f0b5d2ae0ad9307ed5cbf5a7563d8ea # Parent 166631b3f069614b433e2ea76e7c8ed9ee353713 Fix compile_rules() in gtk-engines-rezlooks diff -r 166631b3f069 -r 3a1b26bb9f0b gtk-engines-rezlooks/receipt --- a/gtk-engines-rezlooks/receipt Tue Feb 22 22:48:31 2011 +0100 +++ b/gtk-engines-rezlooks/receipt Tue Feb 22 22:56:38 2011 +0100 @@ -14,7 +14,7 @@ # Rules to configure and make the package. compile_rules() { - cd rezlooks-$VERSION + cd $src ./configure --enable-animation && make && make prefix=$PWD/_pkg install