Changeset 149 for trunk


Ignore:
Timestamp:
10/24/03 01:57:54 (20 years ago)
Author:
Nicholas Riley
Message:

package-launch.sh: exclude .svn and .gdb_history; xcodebuild not pbxbuild

File:
1 edited

Legend:

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

    r146 r149  
    55cd launch && \
    66find . -name \*~ -exec rm '{}' \; && \
    7 pbxbuild && \
     7xcodebuild && \
    88SetFile -c 'R*ch' -t 'TEXT' README VERSION launch.1 && \
    99strip build/launch && \
     
    1616rm -f launch-$VERSION $TARBALL $DMG && \
    1717ln -s launch launch-$VERSION && \
    18 tar --exclude=.DS_Store -zchf launch-$VERSION.tar.gz launch-$VERSION && \
     18tar --exclude=.DS_Store --exclude=.svn --exclude=.gdb_history -zchf launch-$VERSION.tar.gz launch-$VERSION && \
    1919#hdiutil create $DMG -megabytes 5 -ov -type UDIF && \
    2020#DISK=`hdid $DMG | sed -ne ' /Apple_partition_scheme/ s|^/dev/\([^ ]*\).*$|\1|p'` && \
Note: See TracChangeset for help on using the changeset viewer.