diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-04-03 17:13:26 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-04-03 17:13:26 +0000 |
commit | 2e806eccb757bb4c3c431094eec41f3062b212f5 (patch) | |
tree | 34532ac255755f402fad910d7445ff7bdeb0e2b1 /app-sci | |
parent | fixing digest (diff) | |
download | historical-2e806eccb757bb4c3c431094eec41f3062b212f5.tar.gz historical-2e806eccb757bb4c3c431094eec41f3062b212f5.tar.bz2 historical-2e806eccb757bb4c3c431094eec41f3062b212f5.zip |
Updated ebuild, should close #18592
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/lin-seti/lin-seti-0.7.2.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-sci/lin-seti/lin-seti-0.7.2.ebuild b/app-sci/lin-seti/lin-seti-0.7.2.ebuild index 718f781b5cf6..accf2a11c04c 100644 --- a/app-sci/lin-seti/lin-seti-0.7.2.ebuild +++ b/app-sci/lin-seti/lin-seti-0.7.2.ebuild @@ -26,6 +26,13 @@ src_install() { PREFIX=${D} \ install || die + # Let's see if this file already exists: if so we will not install it + if [ -a "/opt/setiathome/cache/1/user_info.sah" ]; then rm ${D}opt/setiathome/cache/1/user_info.sah; fi + # Otherwise the ebuild will overwrite this file! + # And THAT is bad: if the client runs in daemon mode, + # when switching to that dir it will wait forever for someone to give it + # some info (which would be impossible, being detached from all terminals)! + einfo "NOTICE: If you use SETI Driver for Windows" einfo "to share the cache make sure it is" einfo "version 1.6.4.0 or higher!" |