Commit 57476b80 authored by Florent Revest's avatar Florent Revest

ttf-opensans: install font in /usr/lib/fonts/

parent 89c9edc7
......@@ -17,10 +17,7 @@ FONT_PACKAGES = "ttf-opensans"
do_install() {
install -d ${D}${datadir}/fonts/truetype/
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \;
install -d ${D}${datadir}/fonts/google-opensans/
ln -s ../truetype/OpenSans-Regular.ttf ${D}/usr/share/fonts/google-opensans/OpenSans-Regular.ttf
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/usr/lib/fonts/ \;
}
FILES_${PN} += "/usr/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment