Changeset 305 for trunk/launch/package-launch.sh
- Timestamp:
- 10/27/06 11:14:52 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/launch/package-launch.sh
r267 r305 12 12 chmod 755 launch && \ 13 13 chmod 644 launch.1 && \ 14 rm -rf build/launch.build build/intermediates build/.gdb_history && \15 14 VERSION=`cat VERSION` TARBALL="launch-$VERSION.tar.gz" && \ 16 15 cd .. && \ 17 16 rm -f launch-$VERSION $TARBALL $DMG && \ 18 17 ln -s launch launch-$VERSION && \ 19 tar --owner=root --group=wheel --exclude=.DS_Store --exclude=.svn --exclude=.gdb_history - zchf launch-$VERSION.tar.gz launch-$VERSION && \18 tar --owner=root --group=wheel --exclude=.DS_Store --exclude=.svn --exclude=.gdb_history --exclude=build --exclude=\*.mode2 --exclude=\*.pbxuser --exclude=\*.perspective -zchf launch-$VERSION.tar.gz launch-$VERSION && \ 20 19 scp $TARBALL ainaz:web/nriley/software/ #$DMG 21 20 :
Note:
See TracChangeset
for help on using the changeset viewer.