Changeset 160 for trunk/appswitch/package-appswitch.sh
- Timestamp:
- 05/16/04 06:20:42 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/appswitch/package-appswitch.sh
r93 r160 5 5 cd appswitch && \ 6 6 find . -name \*~ -exec rm '{}' \; && \ 7 pbxbuild && \ 7 xcodebuild && \ 8 8 SetFile -c 'R*ch' -t 'TEXT' README VERSION && \ 9 9 strip build/appswitch && \ 10 10 sudo /usr/bin/install -c build/appswitch /usr/local/bin && \ 11 11 sudo /usr/bin/install -c appswitch.1 /usr/local/man/man1 && \ 12 chmod 755 build/appswitch && \ 13 chmod 644 appswitch.1 && \ 12 14 rm -rf build/appswitch.build build/intermediates build/.gdb_history && \ 13 15 VERSION=`cat VERSION` TARBALL="appswitch-$VERSION.tar.gz" && \ … … 16 18 rm -f appswitch-$VERSION $TARBALL $DMG && \ 17 19 ln -s appswitch appswitch-$VERSION && \ 18 tar -- exclude=.DS_Store --exclude=.svn-zchf appswitch-$VERSION.tar.gz appswitch-$VERSION && \20 tar --owner=root --group=wheel --exclude=.DS_Store --exclude=.svn --exclude=.gdb_history -zchf appswitch-$VERSION.tar.gz appswitch-$VERSION && \ 19 21 #hdiutil create $DMG -megabytes 5 -ov -type UDIF && \ 20 22 #DISK=`hdid $DMG | sed -ne ' /Apple_partition_scheme/ s|^/dev/\([^ ]*\).*$|\1|p'` && \
Note:
See TracChangeset
for help on using the changeset viewer.