diff options
author | 2004-04-15 17:53:31 +0000 | |
---|---|---|
committer | 2004-04-15 17:53:31 +0000 | |
commit | 75b68a3b2863f6dfabaa762df1656cd0c58d9941 (patch) | |
tree | b1796c3f836cdf59a8e2f38d720396a78a619282 /media-sound/seq24/seq24-0.4.4.ebuild | |
parent | Version bump closes bug #47299. 3.1.4 stable x86. (Manifest recommit) (diff) | |
download | gentoo-2-75b68a3b2863f6dfabaa762df1656cd0c58d9941.tar.gz gentoo-2-75b68a3b2863f6dfabaa762df1656cd0c58d9941.tar.bz2 gentoo-2-75b68a3b2863f6dfabaa762df1656cd0c58d9941.zip |
fix install. closes bug #47476.
Diffstat (limited to 'media-sound/seq24/seq24-0.4.4.ebuild')
-rw-r--r-- | media-sound/seq24/seq24-0.4.4.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/media-sound/seq24/seq24-0.4.4.ebuild b/media-sound/seq24/seq24-0.4.4.ebuild index 208353251a21..ca1d71e4dd8d 100644 --- a/media-sound/seq24/seq24-0.4.4.ebuild +++ b/media-sound/seq24/seq24-0.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.4.4.ebuild,v 1.2 2004/03/19 23:38:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.4.4.ebuild,v 1.3 2004/04/15 17:53:31 eradicator Exp $ IUSE="" @@ -14,3 +14,8 @@ KEYWORDS="x86" DEPEND=">=media-libs/alsa-lib-0.9.0 =dev-cpp/gtkmm-1.2*" + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog README RTC SEQ24 +} |