diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-04-11 11:43:46 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-04-11 11:43:46 +0000 |
commit | 09bc706cf733bc1424c7fa4c79ed7a582546319d (patch) | |
tree | e4968f7b8a4cafe3b5e9c35c4e99deb8373506c0 /packages | |
parent | 26e1673343a2172a05864d60c1a89da12350f8d1 (diff) |
aspell_0.60.5.bb : fix packaging problem with .debug thanks insanity
Diffstat (limited to 'packages')
-rw-r--r-- | packages/aspell/aspell_0.60.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/aspell/aspell_0.60.5.bb b/packages/aspell/aspell_0.60.5.bb index 6b6c867226..66b21f9e52 100644 --- a/packages/aspell/aspell_0.60.5.bb +++ b/packages/aspell/aspell_0.60.5.bb @@ -3,8 +3,9 @@ DESCRIPTION = "GNU Aspell spell-checker" SECTION = "console/utils" LICENSE="LGPL" -PACKAGES =+ "libaspell libpspell libpspell-dev aspell-utils" +PACKAGES += "libaspell libpspell libpspell-dev aspell-utils" +FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*" FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*" FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" FILES_${PN} = "${bindir}/aspell" |