diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-29 22:52:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-30 03:08:55 +0100 |
commit | b2010b603e066e5a39667a83f4675c59ddf2efd8 (patch) | |
tree | 0490ddb7a9e721db12188b6f5917707d3c3606dd /recipes/abiword/abiword-2.5.inc | |
parent | ea66c8bbc7b86c83b4ca2b19a5a2915ad3d012a7 (diff) |
abiword 2.8.0: band-aid packaging before overhauling it
Diffstat (limited to 'recipes/abiword/abiword-2.5.inc')
-rw-r--r-- | recipes/abiword/abiword-2.5.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/abiword/abiword-2.5.inc b/recipes/abiword/abiword-2.5.inc index b577770513..f4d654ea4c 100644 --- a/recipes/abiword/abiword-2.5.inc +++ b/recipes/abiword/abiword-2.5.inc @@ -54,6 +54,9 @@ do_install_append() { PACKAGES += " abiword-clipart abiword-icons abiword-strings abiword-systemprofiles abiword-templates " +ALLOW_EMPTY_abiword-clipart = "1" +ALLOW_EMPTY_abiword-icons = "1" + FILES_abiword-clipart += "${datadir}/abiword-${SHRT_VER}/clipart" FILES_abiword-icons += "${datadir}/abiword-${SHRT_VER}/icons" FILES_abiword-strings += "${datadir}/abiword-${SHRT_VER}/AbiWord/strings" |