wok diff ttf-roboto-base/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents abb8eb9a3350
children d1570adae0ba
line diff
     1.1 --- a/ttf-roboto-base/receipt	Tue Apr 29 19:18:57 2014 +0000
     1.2 +++ b/ttf-roboto-base/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -18,6 +18,6 @@
     1.4  	mkdir -p $FONTPATH
     1.5  
     1.6  	for FONT in Regular Bold Italic BoldItalic; do
     1.7 -		install -Dm444 $src/Roboto/Roboto-$FONT.ttf $FONTPATH
     1.8 +		install -Dm444 $src/Roboto_v$VERSION/Roboto/Roboto-$FONT.ttf $FONTPATH
     1.9  	done
    1.10  }