~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to bootstrap.sh

  • Committer: z-man
  • Date: 2006-07-02 17:53:25 UTC
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWZvbKhsAAAdRgAAQABK6798QIABURMgAAaeoNT1TxT1DQbKaeobXKiyAmlWT7Y5MkdJOtXDtB7w7DOGFBHiOBxaUIu7HQyyQSvxdyRThQkJvbKhs:7d95bf1e-0414-0410-9756-b78462a59f44:armagetronad%2Fbranches%2F0.2.8%2Farmagetronad:5564
Removed changing of executable bit of install-sh, which is a symlink to a system file (I thought I already did that, twice...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
automake -a || exit 1
18
18
 
19
19
echo "Flagging scripts as executable..."
20
 
chmod 755 $MYDIR/*.sh $MYDIR/*-sh || exit 1
 
20
chmod 755 $MYDIR/*.sh || exit 1
21
21
echo "Done!  You may now run configure and start building."