wok-next rev 20603

notify-python: race condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 17 10:03:53 2018 +0200 (2018-04-17)
parents 0c55dd149a56
children 10df65db91ad
files notify-python/receipt
line diff
     1.1 --- a/notify-python/receipt	Tue Apr 17 09:07:22 2018 +0300
     1.2 +++ b/notify-python/receipt	Tue Apr 17 10:03:53 2018 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4  	./configure $CONFIGURE_ARGS &&
     1.5  	fix libtool &&
     1.6  	make &&
     1.7 -	make DESTDIR=$DESTDIR install
     1.8 +	make -j 1 DESTDIR=$DESTDIR install
     1.9  }
    1.10  
    1.11  genpkg_rules() {