wok-next diff procps/receipt @ rev 9703
gcc: first tiny fix (missing -- befor libexecdir)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 08 16:39:31 2011 +0200 (2011-05-08) |
parents | 2ad34d8fdfe7 |
children | ded2ad0d846d |
line diff
1.1 --- a/procps/receipt Sun Feb 27 01:38:28 2011 +0100 1.2 +++ b/procps/receipt Sun May 08 16:39:31 2011 +0200 1.3 @@ -15,7 +15,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - make && make DESTDIR=$PWD/_pkg install 1.8 + patch -Np1 -i $stuff/$PACKAGE-$VERSION+gmake-3.82.patch 1.9 + make && make -j1 install 1.10 } 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg.