diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-02-10 13:05:41 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-02-10 13:05:41 +0000 |
commit | 6d13fa8cbc5fe777c066fc4046b9097c5eac4f0b (patch) | |
tree | 5953ccce333a20e9d101c56bbc2cf5fd5dc98779 /app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild | |
parent | amd64 stable, bug 157799 (diff) | |
download | gentoo-2-6d13fa8cbc5fe777c066fc4046b9097c5eac4f0b.tar.gz gentoo-2-6d13fa8cbc5fe777c066fc4046b9097c5eac4f0b.tar.bz2 gentoo-2-6d13fa8cbc5fe777c066fc4046b9097c5eac4f0b.zip |
Fix bug #164491
(Portage version: 2.1.2-r8)
Diffstat (limited to 'app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild')
-rw-r--r-- | app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild index 89a582985bd7..7c9fce2a1270 100644 --- a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild +++ b/app-emulation/qemu-softmmu/qemu-softmmu-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-softmmu/qemu-softmmu-0.9.0.ebuild,v 1.2 2007/02/10 11:51:23 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild,v 1.3 2007/02/10 13:05:41 lu_zero Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -62,6 +62,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() { |