Changeset 2114
- Timestamp:
- 04/26/07 16:43:18 (2 years ago)
- Files:
-
- trunk/install/dmd-posix/installer.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/install/dmd-posix/installer.sh
r2060 r2114 83 83 # Then install the rest of Tango 84 84 cd $DMDDIR/bin || die 1 "Failed to cd to DMD's installed prefix" 85 sed -i.bak -e 's/^DFLAGS=.*$/& libtango.a/' dmd.conf86 85 tail -n+$LINES $FULLNAME | tar Oxf - tango.tar.gz | gunzip -c | tar xf - || 87 86 die 1 "Failed to extract Tango"












