aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qemu
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-23 17:15:44 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-23 17:15:44 +0000
commit670fac2ceab46c1970dcb22019361186f857db8e (patch)
tree1a4ff93daefed3143afc3ee510d0d1a5cd13c2f6 /packages/qemu
parentb72b787bc0bc5af3cb31d728b54a58cf0ffc7373 (diff)
downloadopenembedded-670fac2ceab46c1970dcb22019361186f857db8e.tar.gz
qemu-native * make do_stage more reliable
Diffstat (limited to 'packages/qemu')
-rw-r--r--packages/qemu/qemu-native.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/qemu/qemu-native.inc b/packages/qemu/qemu-native.inc
index 92f3b91956..758c81a1a4 100644
--- 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 0755 -exec install -m 0755 {} ${STAGING_BINDIR} \;
+ find . -name "qemu-*" -type f -perm -755 -exec install -m 0755 {} ${STAGING_BINDIR} \;
}