qemu-native * make do_stage more reliable
authorMichael Lauer <mickey@vanille-media.de>
Mon, 23 Oct 2006 17:15:44 +0000 (17:15 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 23 Oct 2006 17:15:44 +0000 (17:15 +0000)
packages/qemu/qemu-native.inc

index 92f3b91..758c81a 100644 (file)
@@ -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} \;
 }