wok diff python-notify/receipt @ rev 8924
lyx needs -j1 to install
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 01 05:11:37 2011 +0100 (2011-03-01) |
parents | 1a1429326305 |
children |
line diff
1.1 --- a/python-notify/receipt Wed Nov 24 05:37:18 2010 +0000 1.2 +++ b/python-notify/receipt Tue Mar 01 05:11:37 2011 +0100 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.