diff options
author | Mike Westerhof <mwester@dls.net> | 2008-09-08 06:07:20 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-09-08 06:07:20 +0000 |
commit | 078763a440425b9b9a0862e6ecabdf1c1af35def (patch) | |
tree | 80e4caca405a3b94eb893b462312e41708ba0659 /packages/nxproxy/nxproxy_3.2.0-1.bb | |
parent | fbe2d6775362947d2aa59f27c3ab190997d10c02 (diff) | |
parent | 313ea062889aba322b75726d8bb7276665aa4ea3 (diff) |
merge of '79b90d4ef7df69035b001466908501f67f8aac76'
and '81a14649e513b12b58d75276170ffa386580f244'
Diffstat (limited to 'packages/nxproxy/nxproxy_3.2.0-1.bb')
-rw-r--r-- | packages/nxproxy/nxproxy_3.2.0-1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/nxproxy/nxproxy_3.2.0-1.bb b/packages/nxproxy/nxproxy_3.2.0-1.bb index 162945f0d3..ca543ef05c 100644 --- a/packages/nxproxy/nxproxy_3.2.0-1.bb +++ b/packages/nxproxy/nxproxy_3.2.0-1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "The binary which uses libxcomp from nomachine" HOMEPAGE = "http://www.nomachine.com/" LICENSE = "GPL" -PR = "r0" +PR = "r1" DEPENDS = "libxcomp" @@ -14,5 +14,5 @@ S = "${WORKDIR}/nxproxy" do_install () { install -d ${D}${bindir}/ - install -s -m 0644 nxproxy ${D}${bindir}/ + install -s -m 0755 nxproxy ${D}${bindir}/ } |