wok diff xorg-fonttosfnt/receipt @ rev 20776

updated cdrdao-utils (1.2.3 -> 1.2.4)
author Hans-G?nter Theisgen
date Wed Feb 13 17:39:40 2019 +0100 (2019-02-13)
parents 0ccb3190e4f3
children 55468e317029
line diff
     1.1 --- a/xorg-fonttosfnt/receipt	Sat Dec 17 11:45:19 2011 +0100
     1.2 +++ b/xorg-fonttosfnt/receipt	Wed Feb 13 17:39:40 2019 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Wrap a bitmap font in a sfnt (TrueType) wrapper."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  SOURCE="fonttosfnt"
     1.9  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://xorg.freedesktop.org/"
    1.11 @@ -28,6 +29,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 +	cp -a $install/usr/bin $fs/usr
    1.17  }
    1.18