nxproxy: fix permissions
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 7 Sep 2008 19:16:31 +0000 (19:16 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 7 Sep 2008 19:16:31 +0000 (19:16 +0000)
* 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

index 162945f..ca543ef 100644 (file)
@@ -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}/
 }