Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 238063 | Differences between
and this patch

Collapse All | Expand All

(-)m4/sah_check_sah.m4.orig (-2 / +3 lines)
Lines 14-21 Link Here
14
   elif [ -f seti_boinc/db/schema_to_class.in ]; then
14
   elif [ -f seti_boinc/db/schema_to_class.in ]; then
15
      SETI_BOINC_DIR=`cd seti_boinc && pwd`
15
      SETI_BOINC_DIR=`cd seti_boinc && pwd`
16
   else
16
   else
17
      echo "Couldn't find SETI_BOINC files; specify SETI_BOINC_DIR" >&2
17
      SETI_BOINC_DIR="/usr/src/sah"
18
      exit 1
18
      echo "Couldn't find SETI_BOINC files; specify SETI_BOINC_DIR" >&2
19
      #exit 1
19
   fi
20
   fi
20
fi
21
fi
21
]
22
]

Return to bug 238063