diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:57:38 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:57:38 +0000 |
commit | c2ff7cd25002d14a131511ba640f1daa80f4091a (patch) | |
tree | f4065e171c063bc2ab678b9be056a7f428f0f0c8 /x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild | |
parent | modernised (diff) | |
download | gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.tar.gz gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.tar.bz2 gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.zip |
modernised
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 } |