wok-6.x diff PyQt-x11-gpl/receipt @ rev 9906
ardour: Fix BD
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue May 17 15:15:04 2011 +0200 (2011-05-17) |
parents | a950065cb56c |
children | 3d5f4c238bca |
line diff
1.1 --- a/PyQt-x11-gpl/receipt Mon Feb 14 17:53:25 2011 +0100 1.2 +++ b/PyQt-x11-gpl/receipt Tue May 17 15:15:04 2011 +0200 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