Changeset 81657c9b9794516825b9f7947306469c4be8f712

Show
Ignore:
Timestamp:
06/20/07 23:14:58 (1 year ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1182374098 +0000
git-parent:

[7173c8f8dd6793c944734937c21ebfcdd47c43c0]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1182374098 +0000
Message:

bootstrap: Fix previous commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bootstrap

    r7173c8f r81657c9  
    4848  fi 
    4949elif test ".`uname -s`" = ".Darwin"; then 
    50   # Make sure contrib has been built 
    51   if test ! -e ./extras/contrib/config.mak; then 
    52     set +x 
    53     echo "" 
    54     echo "ERR: Contribs haven't been built" 
    55     echo "ERR: Please run:" 
    56     echo "ERR: " 
    57     echo "ERR:    'cd extras/contrib && ./bootstrap && make && cd ../..'" 
    58     echo "ERR: " 
    59     echo "ERR: Make sure fink has been disabled too." 
    60     echo "" 
    61     set -x 
    62     exit 1 
    63   fi 
     50  set +x 
     51  echo "" 
     52  echo "ERR: Contribs haven't been built" 
     53  echo "ERR: Please run:" 
     54  echo "ERR: " 
     55  echo "ERR:    'cd extras/contrib && ./bootstrap && make && cd ../..'" 
     56  echo "ERR: " 
     57  echo "ERR: Make sure fink has been disabled too." 
     58  echo "" 
     59  set -x 
     60  exit 1 
    6461fi 
    6562