Changeset 10849:100e1e2e99dd in orange
- Timestamp:
- 04/24/12 13:16:39 (13 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
install-scripts/mac/build-source.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
install-scripts/mac/build-source.sh
r10623 r10849 39 39 BUILD= 40 40 fi 41 echo $BUILD42 41 43 42 if [ $BUILD ]; then … … 52 51 hg update -r $HG_REV -R $LOCAL_REPO 53 52 53 hg --config extensions.purge= clean --all -R $LOCAL_REPO 54 54 55 cd $LOCAL_REPO 55 56 # Remove old sources57 rm -rf dist/58 56 59 57 # Build the source distribution
Note: See TracChangeset
for help on using the changeset viewer.
