aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hunspell/hunspell_1.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/hunspell/hunspell_1.3.2.bb')
-rw-r--r--recipes/hunspell/hunspell_1.3.2.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/hunspell/hunspell_1.3.2.bb b/recipes/hunspell/hunspell_1.3.2.bb
index 5d1b1b5b..6adb48c6 100644
--- a/recipes/hunspell/hunspell_1.3.2.bb
+++ b/recipes/hunspell/hunspell_1.3.2.bb
@@ -42,11 +42,11 @@ RRECOMMENDS_${PN} += "${PN}-dicts"
FILES_${PN}-dicts = "${datadir}/hunspell"
do_install_append() {
- install -m 0755 -d ${D}${datadir}/hunspell
+ install -m 0755 -d ${D}${datadir}/hunspell
- install -m 0755 ${WORKDIR}/git/ar/ar.dic ${D}${datadir}/hunspell/ar_EG.dic
- install -m 0755 ${WORKDIR}/git/ar/ar.aff ${D}${datadir}/hunspell/ar_EG.aff
+ install -m 0755 ${WORKDIR}/git/ar/ar.dic ${D}${datadir}/hunspell/ar_EG.dic
+ install -m 0755 ${WORKDIR}/git/ar/ar.aff ${D}${datadir}/hunspell/ar_EG.aff
- install -m 0755 ${WORKDIR}/git/en/en_GB.dic ${D}${datadir}/hunspell
- install -m 0755 ${WORKDIR}/git/en/en_GB.aff ${D}${datadir}/hunspell
+ install -m 0755 ${WORKDIR}/git/en/en_GB.dic ${D}${datadir}/hunspell
+ install -m 0755 ${WORKDIR}/git/en/en_GB.aff ${D}${datadir}/hunspell
}