Changeset 659 for trunk/launch
- Timestamp:
- 04/26/13 00:05:45 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/launch/package-launch.sh
r312 r659 7 7 xcodebuild -configuration Deployment clean && \ 8 8 xcodebuild -configuration Deployment DSTROOT=/ "INSTALL_PATH=$PWD" install && \ 9 SetFile -c ' R*ch' -t 'TEXT' README VERSION launch.1 && \9 SetFile -c 'ttxt' -t 'TEXT' README VERSION launch.1 && \ 10 10 sudo /usr/bin/install -d /usr/local/bin /usr/local/man/man1 && \ 11 11 sudo /usr/bin/install launch /usr/local/bin && \ … … 17 17 rm -f launch-$VERSION $TARBALL && \ 18 18 ln -s launch launch-$VERSION && \ 19 tar --owner=root --group=wheel --exclude=.DS_Store --exclude=.svn --exclude=.gdb_history --exclude=build --exclude=\*.mode 2--exclude=\*.pbxuser --exclude=\*.perspective -zchf launch-$VERSION.tar.gz launch-$VERSION && \19 tar --owner=root --group=wheel --exclude=.DS_Store --exclude=.svn --exclude=.gdb_history --exclude=build --exclude=\*.mode* --exclude=\*.pbxuser --exclude=\*.perspective -zchf launch-$VERSION.tar.gz launch-$VERSION && \ 20 20 scp $TARBALL ainaz:web/nriley/software/ 21 21 :
Note:
See TracChangeset
for help on using the changeset viewer.