Ignore:
Timestamp:
10/27/06 11:14:52 (18 years ago)
Author:
Nicholas Riley
Message:

VERSION: Updated for 1.1b1.

main.c: Updated for 1.1b1.

launch.xcodeproj: Don't try to prebind since the attempt gets ignored
anyway.

package-launch.sh: Exclude more useless things instead of
ineffectively deleting them.

Note: man page is out of date, needs updating before 1.1 is released.

File:
1 edited

Legend:

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

    r267 r305  
    1212chmod 755 launch && \
    1313chmod 644 launch.1 && \
    14 rm -rf build/launch.build build/intermediates build/.gdb_history && \
    1514VERSION=`cat VERSION` TARBALL="launch-$VERSION.tar.gz" && \
    1615cd .. && \
    1716rm -f launch-$VERSION $TARBALL $DMG && \
    1817ln -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 && \
     18tar --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 && \
    2019scp $TARBALL ainaz:web/nriley/software/ #$DMG
    2120:
Note: See TracChangeset for help on using the changeset viewer.