wok-next diff otf-gfs/receipt @ rev 20787

gpa: force rebuild (with space) -> cooker used older,local version of gpgme 1.9.0, now 1.11.1 available
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 08:55:33 2018 +0000 (2018-06-09)
parents d1570adae0ba
children d5aab818505e
line diff
     1.1 --- a/otf-gfs/receipt	Mon May 09 21:28:29 2016 +0300
     1.2 +++ b/otf-gfs/receipt	Sat Jun 09 08:55:33 2018 +0000
     1.3 @@ -19,10 +19,10 @@
     1.4  {
     1.5  	mkdir -p $src && cd $src
     1.6  	for font in $EXTRA_SOURCE_FILES; do
     1.7 -		[ -s $SOURCES_REPOSITORY/${font} ] ||
     1.8 -			wget -O $SOURCES_REPOSITORY/${font} \
     1.9 +		[ -s $SRC/${font} ] ||
    1.10 +			wget -O $SRC/${font} \
    1.11  				http://www.greekfontsociety.gr/${font}
    1.12 -		cp $SOURCES_REPOSITORY/${font} .
    1.13 +		cp $SRC/${font} .
    1.14  		unzip -o ${font}
    1.15  	done
    1.16  	FONTDIR=$fs/usr/share/fonts/OTF/GFS