git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0235f8d
)
shasum-native: install is as executable
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Wed, 10 Dec 2008 13:06:50 +0000
(14:06 +0100)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Wed, 10 Dec 2008 13:07:40 +0000
(14:07 +0100)
packages/shasum/shasum-native.bb
patch
|
blob
|
history
diff --git
a/packages/shasum/shasum-native.bb
b/packages/shasum/shasum-native.bb
index
a28d5ac
..
fab6244
100644
(file)
--- a/
packages/shasum/shasum-native.bb
+++ b/
packages/shasum/shasum-native.bb
@@
-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}
}