wok rev 9038
Fixed PyQt-x11-gpl.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 03 19:17:48 2011 +0000 (2011-03-03) |
parents | 91a615759636 |
children | 5b21196fec3f |
files | PyQt-x11-gpl/receipt |
line diff
1.1 --- a/PyQt-x11-gpl/receipt Fri Mar 04 00:29:16 2011 +0100 1.2 +++ b/PyQt-x11-gpl/receipt Thu Mar 03 19:17:48 2011 +0000 1.3 @@ -19,7 +19,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - yes yes | python configure.py --confirm-license 1.8 + yes yes | python configure.py --confirm-license 1.9 make -j 4 && 1.10 make DESTDIR=$PWD/_pkg install 1.11 } 1.12 @@ -31,6 +31,5 @@ 1.13 cp -a $_pkg/usr/bin $fs/usr 1.14 cp -a $_pkg/usr/lib $fs/usr 1.15 cp -a $_pkg/usr/share $fs/usr 1.16 - strip -s $fs/usr/bin/* 1.17 } 1.18