wok-6.x rev 8452
Fix: python-notify needs -j1 to install.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 06 19:07:33 2011 +0000 (2011-02-06) |
parents | 7935aa4dacbe |
children | 33ac204404ee |
files | python-notify/receipt |
line diff
1.1 --- a/python-notify/receipt Sun Feb 06 22:20:54 2011 +0100 1.2 +++ b/python-notify/receipt Sun Feb 06 19:07:33 2011 +0000 1.3 @@ -16,12 +16,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure \ 1.8 - --prefix=/usr \ 1.9 - --infodir=/usr/share/info \ 1.10 - --mandir=/usr/share/man \ 1.11 - $CONFIGURE_ARGS && 1.12 - make && make DESTDIR=$PWD/_pkg install 1.13 + ./configure && 1.14 + make && make -j1 DESTDIR=$DESTDIR install 1.15 } 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg.