summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <blutgens@gentoo.org>2001-06-05 22:25:20 +0000
committerBen Lutgens <blutgens@gentoo.org>2001-06-05 22:25:20 +0000
commit964b1b73811c9a12f2520f871c4fd986ac3fa900 (patch)
tree85d296caa923b54e534b649eba69f2fa3973e9e2 /x11-misc
parentadded a couple of symlinks from stuff in /usr/X11R6/enlightenment/bin/ (diff)
downloadgentoo-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.ebuild2
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
}