wok-6.x rev 5927
openmotif: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 29 17:14:21 2010 +0200 (2010-07-29) |
parents | 93a6f8a9ac3f |
children | b843d4d03bfa |
files | openmotif/receipt |
line diff
1.1 --- a/openmotif/receipt Thu Jul 29 11:54:31 2010 +0200 1.2 +++ b/openmotif/receipt Thu Jul 29 17:14:21 2010 +0200 1.3 @@ -21,7 +21,7 @@ 1.4 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.5 --mandir=/usr/share/man \ 1.6 $CONFIGURE_ARGS && 1.7 - make -j 4 && 1.8 + make -j 1 && 1.9 make DESTDIR=$PWD/_pkg install 1.10 } 1.11