# HG changeset patch # User Antoine Bodin # Date 1295283474 -3600 # Node ID 83809e28255ec3280d07d16e1320d9845bafdc5a # Parent 76f818e75b364e36e952c533c98db10d7c5e154f Fix: pth needs -j1 to compile & install diff -r 76f818e75b36 -r 83809e28255e pth/receipt --- a/pth/receipt Mon Jan 17 17:57:10 2011 +0100 +++ b/pth/receipt Mon Jan 17 17:57:54 2011 +0100 @@ -18,8 +18,8 @@ --prefix=/usr \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + make -j 1 && + make -j 1 DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.