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

Collapse All | Expand All

(-)bin/install.orig (-18 lines)
Lines 312-335 Link Here
312
      $make $exe
312
      $make $exe
313
    endif
313
    endif
314
    # create the file with the URL used by meme2html
314
    # create the file with the URL used by meme2html
315
    echo ""
316
    echo "MEME output can include buttons to submit to web-based servers (e.g., MAST)?"
317
    echo "These buttons can transmit your MEME results over the internet."
318
    echo -n "Do you wish to have these buttons (y/n)? "
319
    set ans = $<
320
    if ($ans == y || $ans == Y) then
321
      set url = "http://meme.sdsc.edu/meme";
322
      echo ""
323
      echo "You must specify a MEME website URL for the buttons to work."
324
      echo "It may be the SDSC website (default), your own, or any other one."
325
      echo -n "Enter the URL for a MEME website ($url): "
326
      set tmp = $<
327
      if ($tmp != "") set url = $tmp
328
      echo $url >! ../url 
329
      chmod 644 ../url
330
    else
331
      if (-e ../url) rm -f ../url
332
    endif
333
  else
315
  else
334
    echo Making serial version of $exe executable...
316
    echo Making serial version of $exe executable...
335
    $make $exe
317
    $make $exe

Return to bug 20936