diff options
Diffstat (limited to 'meta-oe/recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb')
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb index ac60a365f0f..e9aa5721f79 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb @@ -24,9 +24,9 @@ do_install () { done } -FILES_${PN} += "${datadir}" +FILES:${PN} += "${datadir}" -pkg_postinst_${PN} () { +pkg_postinst:${PN} () { set -x for fontdir in `find $D/usr/lib/X11/fonts -type d`; do mkfontdir $fontdir |