aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qtnx
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2008-12-05 23:43:51 +0100
committerwoglinde <heinold@inf.fu-berlin.de>2008-12-05 23:43:51 +0100
commit4531ebd0569f3bbfca28c300193b2939414a5e6a (patch)
tree890437fa396777bdf2e6ee621f7f13e70251a576 /packages/qtnx
parentc4722a23469a7c5a3597671efb4003227266f977 (diff)
downloadopenembedded-4531ebd0569f3bbfca28c300193b2939414a5e6a.tar.gz
qtnx: put the key.id to the right place and bump PR
Diffstat (limited to 'packages/qtnx')
-rw-r--r--packages/qtnx/qtnx.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/qtnx/qtnx.inc b/packages/qtnx/qtnx.inc
index 8380d2b685..d359c91607 100644
--- a/packages/qtnx/qtnx.inc
+++ b/packages/qtnx/qtnx.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "This a the freesource nx client, build with qt"
HOMEPAGE = "http://freenx.berlios.de/"
SECTION = "libs"
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
DEPENDS = "libnxcl"
@@ -30,7 +30,7 @@ do_configure_prepend () {
do_install () {
install -d ${D}${bindir}/
install -s -m 0755 qtnx ${D}${bindir}/
- install -d ${D}${datadir}/
- install -m 0644 id.key ${D}${datadir}/
+ install -d ${D}${datadir}/qtnx
+ install -m 0644 id.key ${D}${datadir}/qtnx
}