Changeset 2427
- Timestamp:
- 07/09/07 09:25:31 (1 year ago)
- Files:
-
- trunk/install/dmd-posix/installer.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/install/dmd-posix/installer.sh
r2313 r2427 51 51 # This installer works by black magic: The following number must be the exact 52 52 # number of lines in this file+3: 53 LINES=11 353 LINES=115 54 54 55 55 # Install DMD if necessary … … 74 74 cd $DMDDIR || die 1 "Failed to cd to the DMD install directory" 75 75 tail -n+$LINES $FULLNAME | tar Oxf - dmd.tar.gz | gunzip -c | tar xf - || die 1 "Failed to extract DMD" 76 else 77 DMDIR="$PREFIX" 76 78 fi 77 79












