summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2009-03-24 15:23:57 +0000
committerLuca Barbato <lu_zero@gentoo.org>2009-03-24 15:23:57 +0000
commite5fcbe077819d74c19984863590025467b018f1e (patch)
treee3c1a6cd2db32f67cc5cf020fc7943de989de9c7 /app-emulation/qemu-softmmu
parentwhitespace (diff)
downloadgentoo-2-e5fcbe077819d74c19984863590025467b018f1e.tar.gz
gentoo-2-e5fcbe077819d74c19984863590025467b018f1e.tar.bz2
gentoo-2-e5fcbe077819d74c19984863590025467b018f1e.zip
fix ifup/ifdown installation
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/qemu-softmmu')
-rw-r--r--app-emulation/qemu-softmmu/ChangeLog5
-rw-r--r--app-emulation/qemu-softmmu/qemu-softmmu-0.10.1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/qemu-softmmu/ChangeLog b/app-emulation/qemu-softmmu/ChangeLog
index 8c3cc95fa616..b9e17b7373b1 100644
--- a/app-emulation/qemu-softmmu/ChangeLog
+++ b/app-emulation/qemu-softmmu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/qemu-softmmu
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.63 2009/03/22 23:19:01 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.64 2009/03/24 15:23:57 lu_zero Exp $
+
+ 24 Mar 2009; Luca Barbato <lu_zero@gentoo.org> qemu-softmmu-0.10.1.ebuild:
+ fix ifup/ifdown installation
*qemu-softmmu-0.10.1 (22 Mar 2009)
diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.10.1.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.10.1.ebuild
index c0e148f003b3..024b1311bbb2 100644
--- a/app-emulation/qemu-softmmu/qemu-softmmu-0.10.1.ebuild
+++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.10.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.10.1.ebuild,v 1.1 2009/03/22 23:19:01 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.10.1.ebuild,v 1.2 2009/03/24 15:23:57 lu_zero Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -87,8 +87,9 @@ src_install() {
emake DESTDIR="${D}" install || die "make install failed"
insinto /etc/qemu
- dobin "${FILESDIR}/qemu-ifup"
- dobin "${FILESDIR}/qemu-ifdown"
+ insopts -m0755
+ doins "${FILESDIR}/qemu-ifup"
+ doins "${FILESDIR}/qemu-ifdown"
dodoc pc-bios/README
dodoc qemu-doc.html