Commit c26c5f80 authored by Florent Revest's avatar Florent Revest

ttf-opensans: install in /usr/share/fonts and not /usr/lib/fonts

parent d56e1ed9
...@@ -17,7 +17,7 @@ FONT_PACKAGES = "ttf-opensans" ...@@ -17,7 +17,7 @@ FONT_PACKAGES = "ttf-opensans"
do_install() { do_install() {
install -d ${D}${datadir}/fonts/truetype/ install -d ${D}${datadir}/fonts/truetype/
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/usr/lib/fonts/ \; find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/usr/share/fonts/ \;
} }
FILES_${PN} += "/usr/" 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