wok rev 23885

apache: race condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 16 07:50:42 2020 +0000 (2020-07-16)
parents 3d9966aceee9
children d411d873dbdf
files apache/receipt sshproxy/receipt
line diff
     1.1 --- a/apache/receipt	Wed Jul 15 11:18:08 2020 +0000
     1.2 +++ b/apache/receipt	Thu Jul 16 07:50:42 2020 +0000
     1.3 @@ -35,7 +35,7 @@
     1.4  		--enable-layout=Slitaz		\
     1.5  		$CONFIGURE_ARGS &&
     1.6  	make $MAKEFLAGS &&
     1.7 -	make DESTDIR=$DESTDIR install
     1.8 +	make -j 1 DESTDIR=$DESTDIR install
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/sshproxy/receipt	Wed Jul 15 11:18:08 2020 +0000
     2.2 +++ b/sshproxy/receipt	Thu Jul 16 07:50:42 2020 +0000
     2.3 @@ -17,7 +17,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	python setup.py install --root=$DESTDIR
     2.8 +	python setup.py install --root=$DESTDIR &&
     2.9  	install -d -m 755 $DESTDIR/usr/share/man/man1 &&
    2.10  	install -d -m 755 $DESTDIR/usr/share/man/man5 &&
    2.11  	install -d -m 755 $DESTDIR/usr/share/man/man8 &&