Changeset 3105
- Timestamp:
- 01/21/08 08:02:42 (11 months ago)
- Files:
-
- trunk/install/gdc-posix/mkinstaller.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/install/gdc-posix/mkinstaller.sh
r2642 r3105 64 64 cp ../install/gdc-posix/uninstall.sh bin/uninstall-tango-core || die 1 "Failed to install the uninstaller" 65 65 66 mkdir -p include 67 cp -pR ../tango include || die 1 "Failed to copy in the tango .d files"66 mkdir -p include/d 67 cp -pR ../tango include/d || die 1 "Failed to copy in the tango .d files" 68 68 69 69 mkdir -p lib 70 70 cp ../libgtango.a lib || die 1 "Failed to copy in the tango .a file" 71 71 72 find include/ tango -name .svn | xargs rm -rf72 find include/d/tango -name .svn | xargs rm -rf 73 73 tar zcf ../tango.tar.gz * || die 1 "Failed to create tango.tar.gz" 74 74 cd .. || exit 1












