wok rev 18381
flam3: race condition
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 18 08:48:14 2015 +0200 (2015-09-18) |
parents | 9bc008086f63 |
children | 319e2b8a0571 |
files | dar/receipt flam3/receipt |
line diff
1.1 --- a/dar/receipt Thu Sep 17 18:12:30 2015 -0300 1.2 +++ b/dar/receipt Fri Sep 18 08:48:14 2015 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dar" 1.7 -VERSION="2.4.6" 1.8 +VERSION="2.4.18" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Disk archive." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -17,7 +17,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.18 --mandir=/usr/share/man \ 1.19 $CONFIGURE_ARGS &&
2.1 --- a/flam3/receipt Thu Sep 17 18:12:30 2015 -0300 2.2 +++ b/flam3/receipt Fri Sep 18 08:48:14 2015 +0200 2.3 @@ -22,7 +22,7 @@ 2.4 --infodir=/usr/share/info \ 2.5 --mandir=/usr/share/man \ 2.6 $CONFIGURE_ARGS && 2.7 - make $MAKEFLAGS && make DESTDIR=$DESTDIR install 2.8 + make $MAKEFLAGS && make DESTDIR=$DESTDIR -j 1 install 2.9 } 2.10 2.11 # Rules to gen a SliTaz package suitable for Tazpkg.