aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nunome
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-04-07 13:36:19 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-04-07 13:36:19 +0000
commite881360882ce1af41ddc67405bc4dc05a8adf2b1 (patch)
tree721892bbebfd4ba6f1eeee35cd446d52d2de206c /packages/nunome
parent3b4539cfddea3fcbe9f36d9089afd8962da76762 (diff)
downloadopenembedded-e881360882ce1af41ddc67405bc4dc05a8adf2b1.tar.gz
nunome 1.0.1: Fix packaging.
* There appears to be some binary crap in "source" archive and it was being installed instead of build files.
Diffstat (limited to 'packages/nunome')
-rw-r--r--packages/nunome/nunome_1.0.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/nunome/nunome_1.0.1.bb b/packages/nunome/nunome_1.0.1.bb
index 373f30f571..d8421c12f5 100644
--- a/packages/nunome/nunome_1.0.1.bb
+++ b/packages/nunome/nunome_1.0.1.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
LICENSE = "GPL"
HOMEPAGE = "http://www.sikigami.com/nunome-Qtopia-1.0/"
RDEPENDS = "virtual/japanese-font"
-PR = "r1"
+PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/gakusei/nunome-Qtopia-src-cleaned.tar.bz2 \
file://nunome.patch;patch=1"
@@ -34,8 +34,8 @@ do_install() {
oe_libinstall -so libNnmlib ${D}${palmtopdir}/lib
install -m 644 nunome_uni.dic ${D}${palmtopdir}/share/nunome
- install -m 755 server/nnmsrv ${D}${palmtopdir}/bin
- install -m 755 dicman/nnmDicman ${D}${palmtopdir}/bin
+ install -m 755 server.bin ${D}${palmtopdir}/bin/nnmsrv
+ install -m 755 dicman.bin ${D}${palmtopdir}/bin/nnmDicman
install -m 644 ui/nunome.qm ${D}${palmtopdir}/i18n/ja
install -m 644 dicman/nnmDicman.qm ${D}${palmtopdir}/i18n/ja
}