wok-4.x rev 8712
Fixed easytag by compiling with -j1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Feb 17 18:19:40 2011 +0000 (2011-02-17) |
parents | 9feb6e96b183 |
children | e249a355be35 |
files | easytag/receipt |
line diff
1.1 --- a/easytag/receipt Thu Feb 17 18:18:32 2011 +0000 1.2 +++ b/easytag/receipt Thu Feb 17 18:19:40 2011 +0000 1.3 @@ -20,8 +20,8 @@ 1.4 --prefix=/usr \ 1.5 --mandir=/usr/share/man \ 1.6 $CONFIGURE_ARGS && 1.7 - make && 1.8 - make DESTDIR=$PWD/_pkg install 1.9 + make -j1 && 1.10 + make -j1 DESTDIR=$PWD/_pkg install 1.11 } 1.12 1.13 # Rules to gen a SliTaz package suitable for Tazpkg.