[oe-commits] woglinde : qtnx: put the key.id to the right place and bump PR

GIT User account git at amethyst.openembedded.net
Fri Dec 5 22:45:27 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4531ebd0569f3bbfca28c300193b2939414a5e6a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4531ebd0569f3bbfca28c300193b2939414a5e6a

Author: woglinde <heinold at inf.fu-berlin.de>
Date:   Fri Dec  5 23:43:51 2008 +0100

qtnx: put the key.id to the right place and bump PR

---

 packages/qtnx/qtnx.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/qtnx/qtnx.inc b/packages/qtnx/qtnx.inc
index 8380d2b..d359c91 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
 }
 





More information about the Openembedded-commits mailing list