Changeset 2217
- Timestamp:
- 05/15/07 04:54:19 (2 years ago)
- Files:
-
- trunk/install/dmd-posix/mkinstaller.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/install/dmd-posix/mkinstaller.sh
r2115 r2217 4 4 # This software is provided with no warranty, express or implied, within the 5 5 # bounds of applicable law. 6 # 7 # Modifications by Alexander Panek, Lars Ivar Igesund 6 8 7 9 die() { … … 45 47 46 48 # 2) The rest 47 if [ ! -e lib gtango.a ]49 if [ ! -e libtango.a ] 48 50 then 49 51 dsss build || die 1 "Failed to build Tango" … … 66 68 67 69 # Clear old import files 68 rm -rf import/tango import/std70 rm -rf import/tango/tango import/tango/std 69 71 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"72 mkdir -p import/tango 73 cp -pR ../tango import/tango || die 1 "Failed to copy in the tango .d files" 74 cp -pR ../std import/tango || die 1 "Failed to copy in the std .d files" 73 75 74 76 mkdir -p lib












