diff options
Diffstat (limited to 'x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild')
-rw-r--r-- | x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild b/x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild index e5a25289ffc6..939ad9a02bb5 100644 --- a/x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild +++ b/x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild @@ -20,16 +20,16 @@ RDEPEND="${DEPEND} 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 } |