# HG changeset patch # User Christopher Rogers # Date 1297019253 0 # Node ID 79deaee814c40d47773e4b9ca29fa1c5accffd77 # Parent 7935aa4dacbee9be786a5a0ee118e421536c9a5e Fix: python-notify needs -j1 to install. diff -r 7935aa4dacbe -r 79deaee814c4 python-notify/receipt --- a/python-notify/receipt Sun Feb 06 22:20:54 2011 +0100 +++ b/python-notify/receipt Sun Feb 06 19:07:33 2011 +0000 @@ -16,12 +16,8 @@ compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + ./configure && + make && make -j1 DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.