diff options
Diffstat (limited to 'x11-plugins/gkrellweather')
-rw-r--r-- | x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild | 10 |
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 } |