summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-03-24 23:52:16 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-03-24 23:52:16 +0000
commit377572824f907ec7f70797fa9fc3c4b0b09549ab (patch)
treeccb7bcc4d89798f882075f4f34ffb0ca001b7d72 /media-sound/amsynth/amsynth-1.2.0.ebuild
parentVersion bump, bug #170524 (diff)
downloadgentoo-2-377572824f907ec7f70797fa9fc3c4b0b09549ab.tar.gz
gentoo-2-377572824f907ec7f70797fa9fc3c4b0b09549ab.tar.bz2
gentoo-2-377572824f907ec7f70797fa9fc3c4b0b09549ab.zip
install text doc files
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-sound/amsynth/amsynth-1.2.0.ebuild')
-rw-r--r--media-sound/amsynth/amsynth-1.2.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/amsynth/amsynth-1.2.0.ebuild b/media-sound/amsynth/amsynth-1.2.0.ebuild
index fed1e1302c6d..738f936f8a6a 100644
--- a/media-sound/amsynth/amsynth-1.2.0.ebuild
+++ b/media-sound/amsynth/amsynth-1.2.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/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.1 2007/03/24 23:45:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.2 2007/03/24 23:52:16 aballier Exp $
IUSE="debug alsa jack sndfile oss"
@@ -45,7 +45,8 @@ src_compile() {
}
src_install() {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS README
}
pkg_postinst() {