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

Up slitaz-tools-boxes (5.8.12) slitaz-configs-base (5.5.6)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Nov 05 19:46:39 2014 +0100 (2014-11-05)
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	Wed Nov 05 19:46:39 2014 +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  }