diff options
Diffstat (limited to 'x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild')
-rw-r--r-- | x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild b/x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild index cdb276043fea..d9c7fa7be623 100644 --- a/x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild +++ b/x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild @@ -23,10 +23,9 @@ src_compile() { src_install () { - insinto /usr/share/gkrellm/plugins - doins gkrellweather.so - exeinto /usr/bin - doexe GrabWeather + exeinto /usr/share/gkrellm/plugins + doexe gkrellweather.so + dobin GrabWeather dodoc README ChangeLog COPYING } |