summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2007-02-10 13:07:12 +0000
committerLuca Barbato <lu_zero@gentoo.org>2007-02-10 13:07:12 +0000
commit3f966b01d8f2169dc69551ab76a9763e1fc1aa01 (patch)
treeed2247772e6551a0592f6cc2a6042ac2529f0137 /app-emulation/qemu-user/qemu-user-0.9.0.ebuild
parentamd64 stable, bug 157799 (diff)
downloadhistorical-3f966b01d8f2169dc69551ab76a9763e1fc1aa01.tar.gz
historical-3f966b01d8f2169dc69551ab76a9763e1fc1aa01.tar.bz2
historical-3f966b01d8f2169dc69551ab76a9763e1fc1aa01.zip
Fix bug #164491
Package-Manager: portage-2.1.2-r8
Diffstat (limited to 'app-emulation/qemu-user/qemu-user-0.9.0.ebuild')
-rw-r--r--app-emulation/qemu-user/qemu-user-0.9.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/qemu-user/qemu-user-0.9.0.ebuild b/app-emulation/qemu-user/qemu-user-0.9.0.ebuild
index abdd1a7b7be4..492e8602ff49 100644
--- a/app-emulation/qemu-user/qemu-user-0.9.0.ebuild
+++ b/app-emulation/qemu-user/qemu-user-0.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.9.0.ebuild,v 1.1 2007/02/10 09:14:18 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.9.0.ebuild,v 1.2 2007/02/10 13:07:12 lu_zero Exp $
inherit eutils flag-o-matic
@@ -56,6 +56,8 @@ src_unpack() {
Makefile.target
# Prevent install of kernel module by qemu's makefile
sed -i 's/\(.\/install.sh\)/#\1/' Makefile
+ # avoid strip
+ sed -i 's:$(INSTALL) -m 755 -s:$(INSTALL) -m 755:' Makefile Makefile.target
}
src_compile() {