summaryrefslogtreecommitdiffstats
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 5d1b1b5..6adb48c 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"
42FILES_${PN}-dicts = "${datadir}/hunspell" 42FILES_${PN}-dicts = "${datadir}/hunspell"
43 43
44do_install_append() { 44do_install_append() {
45 install -m 0755 -d ${D}${datadir}/hunspell 45 install -m 0755 -d ${D}${datadir}/hunspell
46 46
47 install -m 0755 ${WORKDIR}/git/ar/ar.dic ${D}${datadir}/hunspell/ar_EG.dic 47 install -m 0755 ${WORKDIR}/git/ar/ar.dic ${D}${datadir}/hunspell/ar_EG.dic
48 install -m 0755 ${WORKDIR}/git/ar/ar.aff ${D}${datadir}/hunspell/ar_EG.aff 48 install -m 0755 ${WORKDIR}/git/ar/ar.aff ${D}${datadir}/hunspell/ar_EG.aff
49 49
50 install -m 0755 ${WORKDIR}/git/en/en_GB.dic ${D}${datadir}/hunspell 50 install -m 0755 ${WORKDIR}/git/en/en_GB.dic ${D}${datadir}/hunspell
51 install -m 0755 ${WORKDIR}/git/en/en_GB.aff ${D}${datadir}/hunspell 51 install -m 0755 ${WORKDIR}/git/en/en_GB.aff ${D}${datadir}/hunspell
52} 52}