[oe-commits] : nxproxy: fix permissions

OE GIT Trial gittrial at amethyst.openembedded.net
Sun Sep 7 23:21:56 UTC 2008


Module: OE.dev
Branch: master
Commit: bb38af4579985f929cdfe4168b0bf3519e8cb1b8
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=bb38af4579985f929cdfe4168b0bf3519e8cb1b8

Author:  <woglinde2 at openembedded.org>
Date:   Sun Sep  7 19:16:31 2008 +0000

nxproxy: fix permissions
* while writing the qtnx.bb I discoverd that nxproxy had
  the false permissions now 0755
* bump PR

---

 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 162945f..ca543ef 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}/
 }





More information about the Openembedded-commits mailing list