summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-14 04:14:44 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-14 04:14:44 +0000
commit9dd9632f14c5320f6b217140ab4926f75dd1032c (patch)
tree4c8a4510bfc3b13efc3a3c1f5c9025686a460e3b /x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild
parentfix0r (diff)
downloadhistorical-9dd9632f14c5320f6b217140ab4926f75dd1032c.tar.gz
historical-9dd9632f14c5320f6b217140ab4926f75dd1032c.tar.bz2
historical-9dd9632f14c5320f6b217140ab4926f75dd1032c.zip
more fix0rs
Diffstat (limited to 'x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild')
-rw-r--r--x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild
index a7ddd214ffdd..6cf9eaa8b96a 100644
--- a/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild
+++ b/x11-plugins/gkrellweather/gkrellweather-2.0.6.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/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild,v 1.3 2003/09/14 03:59:17 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild,v 1.4 2003/09/14 04:14:43 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays weather
@@ -23,11 +23,10 @@ src_unpack() {
unpack ${A}
cd ${S}
- sed -i "s:GrabWeather:GrabWeather2:g" \
+ sed -i \
+ -e "s:GrabWeather:GrabWeather2:g" \
+ -e "s:/usr/share/gkrellm:/usr/bin:g" \
gkrellweather.c
-
- sed -i "s:GrabWeather:GrabWeather2:g" \
- Makefile
}
src_compile() {