diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-04-11 11:46:07 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-04-11 11:46:07 +0000 |
commit | 67e781be57e59fde1cea1c4077ccceca865fcaf8 (patch) | |
tree | 96e6ff6aaf0508895f78f9642eb40a6290050fa2 | |
parent | 79915835842e69056c7f52eba57a93effb2e1d14 (diff) | |
parent | 09bc706cf733bc1424c7fa4c79ed7a582546319d (diff) |
merge of '895242856fcf260e6a8c8b8e33b96b1304232974'
and 'fc80304b191fefaa6dd43f9c445a5d8da9ac578e'
-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" |