wok-6.x rev 10979
jed: Compile with -j1 cause it can't compile on quad core cpu without this.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 12 12:56:28 2011 +0000 (2011-10-12) |
parents | 1521467452aa |
children | c6794eb6dd1a |
files | jed/receipt |
line diff
1.1 --- a/jed/receipt Wed Oct 12 12:52:08 2011 +0000 1.2 +++ b/jed/receipt Wed Oct 12 12:56:28 2011 +0000 1.3 @@ -20,7 +20,7 @@ 1.4 cd $src 1.5 JED_ROOT=/usr/share/jed ./configure --prefix=/usr $CONFIGURE_ARGS 1.6 make && \ 1.7 - make DESTDIR=$DESTDIR install 1.8 + make -j1 DESTDIR=$DESTDIR install 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg.