wok diff vlgothic-fonts/receipt @ rev 23710

updated ubuntu-font-family (0.80 -> 0.83)
author Hans-G?nter Theisgen
date Tue Apr 28 17:22:54 2020 +0100 (2020-04-28)
parents 6460d542c35a
children 6a5f19243cc6
line diff
     1.1 --- a/vlgothic-fonts/receipt	Thu Jun 13 15:52:10 2019 +0200
     1.2 +++ b/vlgothic-fonts/receipt	Tue Apr 28 17:22:54 2020 +0100
     1.3 @@ -16,8 +16,8 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/share/fonts/TTF/vlgothic
     1.7 -	cp *.ttf $fs/usr/share/fonts/TTF/vlgothic
     1.8 +	cp $src/*.ttf $fs/usr/share/fonts/TTF/vlgothic
     1.9  
    1.10 -	mkdir -p               $fs/usr/share/licenses/$PACKAGE
    1.11 -	cp -a LICENSE* README* $fs/usr/share/licenses/$PACKAGE
    1.12 +	mkdir -p $fs/usr/share/licenses/$PACKAGE
    1.13 +	cp -a $src/LICENSE* $src/README* $fs/usr/share/licenses/$PACKAGE
    1.14  }