diff options
Diffstat (limited to 'app-sci/lin-seti/lin-seti-0.7.2.ebuild')
-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!" |