Changeset 93 for trunk/appswitch
- Timestamp:
- 02/10/03 20:17:43 (22 years ago)
- Location:
- trunk/appswitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/appswitch
- Property svn:ignore
-
old new 1 1 *~ 2 2 .DS_Store 3 appswitch-*
-
- Property svn:ignore
-
trunk/appswitch/package-appswitch.sh
r91 r93 16 16 rm -f appswitch-$VERSION $TARBALL $DMG && \ 17 17 ln -s appswitch appswitch-$VERSION && \ 18 tar --exclude=.DS_Store - zchf appswitch-$VERSION.tar.gz appswitch-$VERSION && \18 tar --exclude=.DS_Store --exclude=.svn -zchf appswitch-$VERSION.tar.gz appswitch-$VERSION && \ 19 19 #hdiutil create $DMG -megabytes 5 -ov -type UDIF && \ 20 20 #DISK=`hdid $DMG | sed -ne ' /Apple_partition_scheme/ s|^/dev/\([^ ]*\).*$|\1|p'` && \ … … 31 31 #hdiutil convert $DMG -format UDZO -o z$DMG && \ 32 32 #mv z$DMG $DMG && \ 33 #scp $TARBALL ainaz:web/nriley/software/ #$DMG33 scp $TARBALL ainaz:web/nriley/software/ #$DMG 34 34 :
Note:
See TracChangeset
for help on using the changeset viewer.