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
commit5e652ce4665fab999bca1276b2fb41652cc61454 (patch)
tree7035db855a5f4f817a4c28b90f940f21108b5be4 /x11-plugins/gkrellweather
parentlintool (diff)
downloadhistorical-5e652ce4665fab999bca1276b2fb41652cc61454.tar.gz
historical-5e652ce4665fab999bca1276b2fb41652cc61454.tar.bz2
historical-5e652ce4665fab999bca1276b2fb41652cc61454.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
}