# HG changeset patch # User Antoine Bodin # Date 1298589680 -3600 # Node ID 7a28450bc868da8944b711d31da39edebd3e58b4 # Parent 2c5802ca8c745f770d2d9cf7af4e8f89110ca0f0 mk-livestatus needs -j1 to install diff -r 2c5802ca8c74 -r 7a28450bc868 mk-livestatus/receipt --- a/mk-livestatus/receipt Thu Feb 24 23:20:12 2011 +0100 +++ b/mk-livestatus/receipt Fri Feb 25 00:21:20 2011 +0100 @@ -15,12 +15,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 install } # Rules to gen a SliTaz package suitable for Tazpkg.