Commit dbcc8bc0 authored by Florent Revest's avatar Florent Revest

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

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