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/boinc.m4.orig (-2 / +2 lines)
Lines 14-21 Link Here
14
   elif [ -f ../../client/client_state.C ]; then
14
   elif [ -f ../../client/client_state.C ]; then
15
      BOINC_DIR=`cd ../.. && pwd`
15
      BOINC_DIR=`cd ../.. && pwd`
16
   else
16
   else
17
      echo "Couldn't find BOINC files; specify BOINC_DIR" >&2
17
      echo "Couldn't find BOINC files; specify BOINC_DIR" >&2
18
      exit 1
18
      #exit 1
19
   fi
19
   fi
20
fi
20
fi
21
]
21
]
(-)m4/project_dir.m4.orig (-2 / +2 lines)
Lines 14-21 Link Here
14
   elif [ -f ../../client/client_state.C ]; then
14
   elif [ -f ../../client/client_state.C ]; then
15
      BOINC_DIR=`cd ../.. && pwd`
15
      BOINC_DIR=`cd ../.. && pwd`
16
   else
16
   else
17
      echo "Couldn't find BOINC files; specify BOINC_DIR" >&2
17
      echo "Couldn't find BOINC files; specify BOINC_DIR" >&2
18
      exit 1
18
      #exit 1
19
   fi
19
   fi
20
fi
20
fi
21
]
21
]

Return to bug 238063