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

Changeset 2427

Show
Ignore:
Timestamp:
07/09/07 09:25:31 (1 year ago)
Author:
larsivi
Message:

prefix disappeared for some options

Files:

Legend:

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

    r2313 r2427  
    5151# This installer works by black magic: The following number must be the exact 
    5252# number of lines in this file+3: 
    53 LINES=113 
     53LINES=115 
    5454 
    5555# Install DMD if necessary 
     
    7474    cd $DMDDIR || die 1 "Failed to cd to the DMD install directory" 
    7575    tail -n+$LINES $FULLNAME | tar Oxf - dmd.tar.gz | gunzip -c | tar xf - || die 1 "Failed to extract DMD" 
     76else 
     77    DMDIR="$PREFIX" 
    7678fi 
    7779