diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-02-18 17:44:45 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-02-18 17:44:45 +0000 |
commit | 5926ddbdced91de05452fc7d809e81c3ddc27301 (patch) | |
tree | 656ff004e60700b324c0676d945cf82aa1e14765 /media-sound/gnome-alsamixer | |
parent | add patch for the new munmap vuln (diff) | |
download | historical-5926ddbdced91de05452fc7d809e81c3ddc27301.tar.gz historical-5926ddbdced91de05452fc7d809e81c3ddc27301.tar.bz2 historical-5926ddbdced91de05452fc7d809e81c3ddc27301.zip |
Back to einstall to fix bug #42019
Diffstat (limited to 'media-sound/gnome-alsamixer')
-rw-r--r-- | media-sound/gnome-alsamixer/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/gnome-alsamixer/ChangeLog b/media-sound/gnome-alsamixer/ChangeLog index dbf2b661aff4..e2dad02fa3b6 100644 --- a/media-sound/gnome-alsamixer/ChangeLog +++ b/media-sound/gnome-alsamixer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/gnome-alsamixer # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/ChangeLog,v 1.3 2004/02/17 12:06:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/ChangeLog,v 1.4 2004/02/18 17:44:45 eradicator Exp $ + + 18 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> + gnome-alsamixer-0.9.3.ebuild: + Back to einstall to fix bug #42019 *gnome-alsamixer-0.9.6 (17 Feb 2004) diff --git a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild index 17e0d0f2afd3..631d4c75ec69 100644 --- a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild +++ b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.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/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild,v 1.6 2004/02/17 12:06:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild,v 1.7 2004/02/18 17:44:45 eradicator Exp $ IUSE="" DESCRIPTION="Gnome 2 based ALSA Mixer" @@ -20,7 +20,8 @@ src_install() { # hack to prevent ugly filenames in /usr/share/applications mv ${PN}.desktop ${PN}.desktop.gentoo - make DESTDIR=${D} || die + # borks make DESTDIR=${D} || die + einstall || die # manuall install menu entry insinto /usr/share/applications |