diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-06-29 13:11:58 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-06-29 13:11:58 +0000 |
commit | 4f28b9be4c6bfe125da8b5d116f28622b082de5f (patch) | |
tree | 373ec67d5e3772766f7e53bad555dc86c508522f /gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.5.ebuild | |
parent | Mark stable on x86 (diff) | |
download | historical-4f28b9be4c6bfe125da8b5d116f28622b082de5f.tar.gz historical-4f28b9be4c6bfe125da8b5d116f28622b082de5f.tar.bz2 historical-4f28b9be4c6bfe125da8b5d116f28622b082de5f.zip |
Fix crash at startup
Diffstat (limited to 'gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.5.ebuild')
-rw-r--r-- | gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.5.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.5.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.5.ebuild index 1431147fa724..665362f0f072 100644 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.5.ebuild +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.5.ebuild,v 1.1 2003/06/20 14:54:57 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.5.ebuild,v 1.2 2003/06/29 13:09:39 azarah Exp $ inherit gnome2 eutils @@ -29,6 +29,9 @@ DOCS="AUTHORS ChangeLog COPYING HACKING README INSTALL NEWS TODO" src_unpack() { unpack ${A} + + # Fix a crash at startup - <azarah@gentoo.org> 29 Jun 2003 + cd ${S}; epatch ${FILESDIR}/${P}-fix-startup-crash.patch } # fix some possible problem patchrelated |