git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4722a2
)
qtnx: put the key.id to the right place and bump PR
author
woglinde
<heinold@inf.fu-berlin.de>
Fri, 5 Dec 2008 22:43:51 +0000
(23:43 +0100)
committer
woglinde
<heinold@inf.fu-berlin.de>
Fri, 5 Dec 2008 22:43:51 +0000
(23:43 +0100)
packages/qtnx/qtnx.inc
patch
|
blob
|
history
diff --git
a/packages/qtnx/qtnx.inc
b/packages/qtnx/qtnx.inc
index
8380d2b
..
d359c91
100644
(file)
--- 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 = "r
2
"
+PR = "r
3
"
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
}