summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-04-03 17:13:26 +0000
committerMichael Imhof <tantive@gentoo.org>2003-04-03 17:13:26 +0000
commit1078613d1092aa7466d71fb6e940106e9b4b3192 (patch)
tree209d598cd2722a4572dcda8b763d3b3234482576 /app-sci
parentfixing digest (diff)
downloadgentoo-2-1078613d1092aa7466d71fb6e940106e9b4b3192.tar.gz
gentoo-2-1078613d1092aa7466d71fb6e940106e9b4b3192.tar.bz2
gentoo-2-1078613d1092aa7466d71fb6e940106e9b4b3192.zip
Updated ebuild, should close #18592
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/lin-seti/lin-seti-0.7.2.ebuild7
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!"