wok-6.x diff fpc-bootstrap/receipt @ rev 20531

blender: fix for python 3.7
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 21 14:46:40 2018 +0100 (2018-11-21)
parents 3a0f4ab7b0ad
children a78610b2eb47
line diff
     1.1 --- a/fpc-bootstrap/receipt	Tue Apr 01 08:49:41 2014 +0000
     1.2 +++ b/fpc-bootstrap/receipt	Wed Nov 21 14:46:40 2018 +0100
     1.3 @@ -32,6 +32,7 @@
     1.4  		cp $SOURCES_REPOSITORY/$TARBALL $WOK/$PACKAGE/tmp
     1.5  	fi
     1.6  	mv $WOK/$PACKAGE/tmp/$TARBALL $WOK/$PACKAGE/tmp/$BOOTSTRAP.bz2
     1.7 +	[ -f $WOK/$PACKAGE/tmp/$BOOTSTRAP ] && rm -f $WOK/$PACKAGE/tmp/$BOOTSTRAP
     1.8  	bunzip2 -d $WOK/$PACKAGE/tmp/$BOOTSTRAP.bz2
     1.9  	cp -a $WOK/$PACKAGE/tmp/$BOOTSTRAP $fs/usr/bin/${BOOTSTRAP#*linux-}
    1.10  	chmod +x $fs/usr/bin/${BOOTSTRAP#*linux-}