summaryrefslogtreecommitdiff
path: root/packages/vera-fonts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/vera-fonts')
-rw-r--r--packages/vera-fonts/ttf-bitstream-vera_1.10.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/vera-fonts/ttf-bitstream-vera_1.10.bb b/packages/vera-fonts/ttf-bitstream-vera_1.10.bb
index 7ed31ef547..7442fedb4f 100644
--- a/packages/vera-fonts/ttf-bitstream-vera_1.10.bb
+++ b/packages/vera-fonts/ttf-bitstream-vera_1.10.bb
@@ -14,8 +14,8 @@ do_install () {
done
# fontconfig ships this too. not sure what to do about it.
- #install -d ${D}/etc/fonts
- #install -m 644 local.conf ${D}/etc/fonts/local.conf
+ #install -d ${D}/${sysconfdir}/fonts
+ #install -m 644 local.conf ${D}/${sysconfdir}/fonts/local.conf
install -d ${D}${prefix}/share/doc/${PN}/
@@ -30,4 +30,4 @@ fc-cache
}
-FILES_${PN} = "/etc /usr/share/fonts"
+FILES_${PN} = "/etc ${datadir}/fonts"