diff options
Diffstat (limited to 'meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb')
-rw-r--r-- | meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb index 0ac4debcd6..6391f51227 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "GPLv2" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
11 | RDEPENDS_${PN} = "fontconfig-utils" | 11 | RDEPENDS_${PN} = "fontconfig-utils" |
12 | PE = "1" | 12 | PE = "1" |
13 | PR = "r2" | 13 | PR = "r3" |
14 | 14 | ||
15 | FONTREV = "0.20100721" | 15 | FONTREV = "0.20100721" |
16 | SRC_URI = "https://fedorahosted.org/releases/l/i/${BPN}/${BPN}-${PV}.${FONTREV}.tar.gz \ | 16 | SRC_URI = "https://fedorahosted.org/releases/l/i/${BPN}/${BPN}-${PV}.${FONTREV}.tar.gz \ |
@@ -29,8 +29,8 @@ do_install () { | |||
29 | install -d ${D}${sysconfdir}/fonts/conf.d/ | 29 | install -d ${D}${sysconfdir}/fonts/conf.d/ |
30 | install -m 0644 ${WORKDIR}/30-liberation-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ | 30 | install -m 0644 ${WORKDIR}/30-liberation-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ |
31 | 31 | ||
32 | install -d ${D}${prefix}/share/doc/${PN}/ | 32 | install -d ${D}${prefix}/share/doc/${BPN}/ |
33 | install -m 0644 License.txt ${D}${datadir}/doc/${PN}/ | 33 | install -m 0644 License.txt ${D}${datadir}/doc/${BPN}/ |
34 | } | 34 | } |
35 | 35 | ||
36 | pkg_postinst_${PN} () { | 36 | pkg_postinst_${PN} () { |