qtnx: put the key.id to the right place and bump PR
authorwoglinde <heinold@inf.fu-berlin.de>
Fri, 5 Dec 2008 22:43:51 +0000 (23:43 +0100)
committerwoglinde <heinold@inf.fu-berlin.de>
Fri, 5 Dec 2008 22:43:51 +0000 (23:43 +0100)
packages/qtnx/qtnx.inc

index 8380d2b..d359c91 100644 (file)
@@ -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
 }