# HG changeset patch # User Christopher Rogers # Date 1299179868 0 # Node ID cc0d309b30c048d8869f3f78607020193ad15d11 # Parent 91a61575963664e8938898360d64bc5adbff4f4a Fixed PyQt-x11-gpl. diff -r 91a615759636 -r cc0d309b30c0 PyQt-x11-gpl/receipt --- a/PyQt-x11-gpl/receipt Fri Mar 04 00:29:16 2011 +0100 +++ b/PyQt-x11-gpl/receipt Thu Mar 03 19:17:48 2011 +0000 @@ -19,7 +19,7 @@ compile_rules() { cd $src - yes yes | python configure.py --confirm-license + yes yes | python configure.py --confirm-license make -j 4 && make DESTDIR=$PWD/_pkg install } @@ -31,6 +31,5 @@ cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib $fs/usr cp -a $_pkg/usr/share $fs/usr - strip -s $fs/usr/bin/* }