Ignore:
Timestamp:
04/26/13 00:05:45 (11 years ago)
Author:
Nicholas Riley
Message:

package-launch.sh: Use TextEdit creator and more exclusions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/launch/package-launch.sh

    r312 r659  
    77xcodebuild -configuration Deployment clean && \
    88xcodebuild -configuration Deployment DSTROOT=/ "INSTALL_PATH=$PWD" install && \
    9 SetFile -c 'R*ch' -t 'TEXT' README VERSION launch.1 && \
     9SetFile -c 'ttxt' -t 'TEXT' README VERSION launch.1 && \
    1010sudo /usr/bin/install -d /usr/local/bin /usr/local/man/man1 && \
    1111sudo /usr/bin/install launch /usr/local/bin && \
     
    1717rm -f launch-$VERSION $TARBALL && \
    1818ln -s launch launch-$VERSION && \
    19 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 && \
     19tar --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 && \
    2020scp $TARBALL ainaz:web/nriley/software/
    2121:
Note: See TracChangeset for help on using the changeset viewer.