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

Changeset 2217

Show
Ignore:
Timestamp:
05/15/07 04:54:19 (2 years ago)
Author:
larsivi
Message:

path updates

Files:

Legend:

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

    r2115 r2217  
    44# This software is provided with no warranty, express or implied, within the 
    55# bounds of applicable law. 
     6# 
     7# Modifications by Alexander Panek, Lars Ivar Igesund 
    68 
    79die() { 
     
    4547 
    4648# 2) The rest 
    47 if [ ! -e libgtango.a ] 
     49if [ ! -e libtango.a ] 
    4850then 
    4951    dsss build || die 1 "Failed to build Tango" 
     
    6668 
    6769# Clear old import files 
    68 rm -rf import/tango import/std 
     70rm -rf import/tango/tango import/tango/std 
    6971 
    70 mkdir -p import 
    71 cp -pR ../tango import || die 1 "Failed to copy in the tango .d files" 
    72 cp -pR ../std import || die 1 "Failed to copy in the std .d files" 
     72mkdir -p import/tango 
     73cp -pR ../tango import/tango || die 1 "Failed to copy in the tango .d files" 
     74cp -pR ../std import/tango || die 1 "Failed to copy in the std .d files" 
    7375 
    7476mkdir -p lib