wok-4.x rev 8255
Fix: pcmanfm & openbox need j1 to make install well
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Jan 29 17:17:37 2011 +0100 (2011-01-29) |
parents | 1baa4a804224 |
children | af6ac5ab57a8 |
files | openbox/receipt pcmanfm/receipt |
line diff
1.1 --- a/openbox/receipt Sat Jan 29 16:09:40 2011 +0100 1.2 +++ b/openbox/receipt Sat Jan 29 17:17:37 2011 +0100 1.3 @@ -27,7 +27,7 @@ 1.4 $CONFIGURE_ARGS && 1.5 sed -i 's/^mkdir_p = .*/mkdir_p = mkdir -p/' po/Makefile && 1.6 make && 1.7 - make DESTDIR=$PWD/_pkg install 1.8 + make -j1 DESTDIR=$PWD/_pkg install 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/pcmanfm/receipt Sat Jan 29 16:09:40 2011 +0100 2.2 +++ b/pcmanfm/receipt Sat Jan 29 17:17:37 2011 +0100 2.3 @@ -37,7 +37,7 @@ 2.4 --enable-hal \ 2.5 $CONFIGURE_ARGS && 2.6 make && 2.7 - make DESTDIR=$PWD/_pkg install 2.8 + make -j1 DESTDIR=$PWD/_pkg install 2.9 } 2.10 2.11 # Rules to gen a SliTaz package suitable for Tazpkg.