Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214628
Collapse All | Expand All

(-)bin/jgrasp.orig (-1 / +7 lines)
Lines 165-171 Link Here
165
# If not a delivered binary, run sys_jgrasp if it is present and executable.
165
# If not a delivered binary, run sys_jgrasp if it is present and executable.
166
# Run directly otherwise.
166
# Run directly otherwise.
167
if [ "$OS" = Linux -a "$PROC" = iX86 ]; then
167
if [ "$OS" = Linux -a "$PROC" = iX86 ]; then
168
   jgraspv_prog="$jgraspv_jgrasp_bin_dir/linux/jgrasp"
168
   if [ -x "$jgraspv_jgrasp_bin_dir/linux/jgrasp" ]; then
169
      # binary installation.
170
      jgraspv_prog="$jgraspv_jgrasp_bin_dir/linux/jgrasp"
171
   else
172
      # stub build
173
      jgraspv_prog="$jgraspv_jgrasp_bin_dir/sys_jgrasp"
174
   fi
169
elif [ "$OS" = SunOS -a "$PROC" = sparc ]; then
175
elif [ "$OS" = SunOS -a "$PROC" = sparc ]; then
170
   jgraspv_prog="$jgraspv_jgrasp_bin_dir/solaris/jgrasp"
176
   jgraspv_prog="$jgraspv_jgrasp_bin_dir/solaris/jgrasp"
171
elif [ "$OS" = Darwin ]; then
177
elif [ "$OS" = Darwin ]; then

Return to bug 214628