Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 2114

Show
Ignore:
Timestamp:
04/26/07 16:43:18 (2 years ago)
Author:
larsivi
Message:

No need for sed there

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/install/dmd-posix/installer.sh

    r2060 r2114  
    8383# Then install the rest of Tango 
    8484cd $DMDDIR/bin || die 1 "Failed to cd to DMD's installed prefix" 
    85 sed -i.bak -e 's/^DFLAGS=.*$/& libtango.a/' dmd.conf 
    8685tail -n+$LINES $FULLNAME | tar Oxf - tango.tar.gz | gunzip -c | tar xf - || 
    8786    die 1 "Failed to extract Tango"