wok-current diff ttf-roboto-base/receipt @ rev 17079
mpd: curl-dev for http stream
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sun Aug 24 12:55:58 2014 +0000 (2014-08-24) |
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 Sun Aug 24 12:55:58 2014 +0000 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 }