diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-06-05 22:28:00 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-06-05 22:28:00 +0000 |
commit | d0db63c19255a584c1ea2ce4c0fdaff3c94abf63 (patch) | |
tree | 2db63e3c538c85bbd859adbcd79dd3396b8aa095 /x11-misc | |
parent | changed doins GrabWeather to doexe GrabWeather so it's executable (diff) | |
download | historical-d0db63c19255a584c1ea2ce4c0fdaff3c94abf63.tar.gz historical-d0db63c19255a584c1ea2ce4c0fdaff3c94abf63.tar.bz2 historical-d0db63c19255a584c1ea2ce4c0fdaff3c94abf63.zip |
hrm forgot to change the doins line right above it to exeinto (test first then
commit..... )
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 6e6dc71ff757..cdb276043fea 100644 --- a/x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild +++ b/x11-misc/gkrellweather/gkrellweather-0.2.7.ebuild @@ -25,7 +25,7 @@ src_install () { insinto /usr/share/gkrellm/plugins doins gkrellweather.so - insinto /usr/bin + exeinto /usr/bin doexe GrabWeather dodoc README ChangeLog COPYING } |