- Timestamp:
- 11/05/06 12:41:07 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/launch/package-launch.sh
r305 r312 8 8 xcodebuild -configuration Deployment DSTROOT=/ "INSTALL_PATH=$PWD" install && \ 9 9 SetFile -c 'R*ch' -t 'TEXT' README VERSION launch.1 && \ 10 sudo /usr/bin/install -c launch /usr/local/bin && \ 11 sudo /usr/bin/install -c launch.1 /usr/local/man/man1 && \ 10 sudo /usr/bin/install -d /usr/local/bin /usr/local/man/man1 && \ 11 sudo /usr/bin/install launch /usr/local/bin && \ 12 sudo /usr/bin/install -m 644 launch.1 /usr/local/man/man1 && \ 12 13 chmod 755 launch && \ 13 14 chmod 644 launch.1 && \ 14 15 VERSION=`cat VERSION` TARBALL="launch-$VERSION.tar.gz" && \ 15 16 cd .. && \ 16 rm -f launch-$VERSION $TARBALL $DMG&& \17 rm -f launch-$VERSION $TARBALL && \ 17 18 ln -s launch launch-$VERSION && \ 18 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 && \ 19 scp $TARBALL ainaz:web/nriley/software/ #$DMG20 scp $TARBALL ainaz:web/nriley/software/ 20 21 :
Note:
See TracChangeset
for help on using the changeset viewer.