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:
b72b787
)
qemu-native * make do_stage more reliable
author
Michael Lauer
<mickey@vanille-media.de>
Mon, 23 Oct 2006 17:15:44 +0000
(17:15 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Mon, 23 Oct 2006 17:15:44 +0000
(17:15 +0000)
packages/qemu/qemu-native.inc
patch
|
blob
|
history
diff --git
a/packages/qemu/qemu-native.inc
b/packages/qemu/qemu-native.inc
index
92f3b91
..
758c81a
100644
(file)
--- a/
packages/qemu/qemu-native.inc
+++ b/
packages/qemu/qemu-native.inc
@@
-21,5
+21,5
@@
python __anonymous() {
}
do_stage() {
- find . -name "qemu-*" -type f -perm
0
755 -exec install -m 0755 {} ${STAGING_BINDIR} \;
+ find . -name "qemu-*" -type f -perm
-
755 -exec install -m 0755 {} ${STAGING_BINDIR} \;
}