aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nxssh/nxssh_3.3.0-1.bb
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-03-17 16:36:55 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2009-03-17 16:36:55 +0100
commita45bb333982b9c64ea0f96d31954fda7a1be1b8e (patch)
treebf662248d05e5bd57f65165411a0ed9e75c3a48b /packages/nxssh/nxssh_3.3.0-1.bb
parent6041d2d7eb0d9a4885bff1aa38ddffd75388ca64 (diff)
downloadopenembedded-a45bb333982b9c64ea0f96d31954fda7a1be1b8e.tar.gz
nxproxy, nxssh, qtnx: fix installation
* don't call "install -s", it fails for cross-builds * fix path to qtnx.desktop
Diffstat (limited to 'packages/nxssh/nxssh_3.3.0-1.bb')
-rw-r--r--packages/nxssh/nxssh_3.3.0-1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/nxssh/nxssh_3.3.0-1.bb b/packages/nxssh/nxssh_3.3.0-1.bb
index b844938e5e..7a9a570b7c 100644
--- a/packages/nxssh/nxssh_3.3.0-1.bb
+++ b/packages/nxssh/nxssh_3.3.0-1.bb
@@ -16,5 +16,5 @@ S = "${WORKDIR}/nxssh"
do_install () {
install -d ${D}${bindir}/
- install -s -m 0755 nxssh ${D}${bindir}/
+ install -m 0755 nxssh ${D}${bindir}/
}