summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-11 19:42:08 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-11 19:42:08 +0000
commit810cae4cc50538aa10546a33bf75589f3cf82ec6 (patch)
tree56853dfd0d4cdebe3954d29997ae77d9eecfba83 /x11-plugins
parentPortage 2.0.44 (diff)
downloadgentoo-2-810cae4cc50538aa10546a33bf75589f3cf82ec6.tar.gz
gentoo-2-810cae4cc50538aa10546a33bf75589f3cf82ec6.tar.bz2
gentoo-2-810cae4cc50538aa10546a33bf75589f3cf82ec6.zip
small tweaks
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild
index b363319be13a..ee5a21fef091 100644
--- a/x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild
+++ b/x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild
@@ -20,13 +20,18 @@ DEPEND="=app-admin/gkrellm-2*
RDEPEND="${DEPEND}
>=sys-devel/perl-5.6.1"
-src_compile() {
-
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
ssed -i \
- -e "s:/usr/local/bin:/usr/bin:g" \
+ -e "s:/usr/local/bin:/usr/share/gkrellm:g" \
-e "s:GrabWeather:GrabWeather2:g" \
gkrellweather.c
+}
+
+src_compile() {
emake || die
}