summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-10-17 15:47:37 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-10-17 15:47:37 +0000
commitfed50a5e0421661e0bbd5db79690c7d6a7b845d2 (patch)
treee77ef41e34699c5c2eca228a97fb785b2d3a1e5f /x11-plugins/gkrellweather
parentlintool (diff)
downloadgentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.tar.gz
gentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.tar.bz2
gentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.zip
lintool fixes
Diffstat (limited to 'x11-plugins/gkrellweather')
-rw-r--r--x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild b/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild
index 3bd39365b1dc..122d79d0e877 100644
--- a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild
+++ b/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild
@@ -27,14 +27,14 @@ src_unpack() {
}
src_compile() {
- emake || die
+ emake || die
}
src_install () {
exeinto /usr/share/gkrellm
- doexe GrabWeather
+ doexe GrabWeather
- insinto /usr/lib/gkrellm/plugins
- doins gkrellweather.so
- dodoc README ChangeLog COPYING
+ insinto /usr/lib/gkrellm/plugins
+ doins gkrellweather.so
+ dodoc README ChangeLog COPYING
}