shasum-native: install is as executable
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 10 Dec 2008 13:06:50 +0000 (14:06 +0100)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 10 Dec 2008 13:07:40 +0000 (14:07 +0100)
packages/shasum/shasum-native.bb

index a28d5ac..fab6244 100644 (file)
@@ -8,5 +8,5 @@ PATCHTOOL = "patch"
 do_fetch[depends] = ""
 do_stage() {
     install -d ${STAGING_BINDIR}
-    install ${S}/oe_sha256sum ${STAGING_BINDIR}
+    install -m 0755 ${S}/oe_sha256sum ${STAGING_BINDIR}
 }