diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-06-05 22:25:20 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-06-05 22:25:20 +0000 |
commit | 964b1b73811c9a12f2520f871c4fd986ac3fa900 (patch) | |
tree | 85d296caa923b54e534b649eba69f2fa3973e9e2 /x11-misc | |
parent | added a couple of symlinks from stuff in /usr/X11R6/enlightenment/bin/ (diff) | |
download | gentoo-2-964b1b73811c9a12f2520f871c4fd986ac3fa900.tar.gz gentoo-2-964b1b73811c9a12f2520f871c4fd986ac3fa900.tar.bz2 gentoo-2-964b1b73811c9a12f2520f871c4fd986ac3fa900.zip |
changed doins GrabWeather to doexe GrabWeather so it's executable
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild b/x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild index d938a84a8d53..6e6dc71ff757 100644 --- a/x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild +++ b/x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild @@ -26,7 +26,7 @@ src_install () { insinto /usr/share/gkrellm/plugins doins gkrellweather.so insinto /usr/bin - doins GrabWeather + doexe GrabWeather dodoc README ChangeLog COPYING } |