summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2004-11-02 09:08:33 +0000
committerLuca Barbato <lu_zero@gentoo.org>2004-11-02 09:08:33 +0000
commit161dac14471dae632901800e0cdb35d4223c26ae (patch)
treef705db98e4e482ae5889613f6789f4448b1d6392 /app-emulation
parentDependancy change of speex to speex? (media-libs/speex !=media-libs/speex-1.1... (diff)
downloadgentoo-2-161dac14471dae632901800e0cdb35d4223c26ae.tar.gz
gentoo-2-161dac14471dae632901800e0cdb35d4223c26ae.tar.bz2
gentoo-2-161dac14471dae632901800e0cdb35d4223c26ae.zip
Minor fixes part II
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/ChangeLog5
-rw-r--r--app-emulation/qemu/qemu-0.6.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog
index fe870d36f561..08e0f5c82cf5 100644
--- a/app-emulation/qemu/ChangeLog
+++ b/app-emulation/qemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/qemu
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.18 2004/11/01 18:14:05 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.19 2004/11/02 09:08:33 lu_zero Exp $
+
+ 02 Nov 2004; Luca Barbato <lu_zero@gentoo.org> qemu-0.6.0.ebuild:
+ Minor fix
01 Nov 2004; Luca Barbato <lu_zero@gentoo.org>
+files/qemu-0.6.0-configure.patch, qemu-0.6.0.ebuild:
diff --git a/app-emulation/qemu/qemu-0.6.0.ebuild b/app-emulation/qemu/qemu-0.6.0.ebuild
index b039ee458fd9..5e3a29dbb095 100644
--- a/app-emulation/qemu/qemu-0.6.0.ebuild
+++ b/app-emulation/qemu/qemu-0.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.6.0.ebuild,v 1.5 2004/11/01 18:14:05 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.6.0.ebuild,v 1.6 2004/11/02 09:08:33 lu_zero Exp $
inherit eutils
@@ -52,9 +52,9 @@ src_install() {
prefix=${D}/usr \
bindir=${D}/usr/bin \
datadir=${D}/usr/share/qemu \
- docdir=${D}/usr/share/doc \
+ docdir=${D}/usr/share/doc/${P}-${PR} \
mandir=${D}/usr/share/man || die
- chmod -x ${D}/usr/share/man/*
+ chmod -x ${D}/usr/share/man/*/*
}
pkg_postinst() {