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

Changeset 2229

Show
Ignore:
Timestamp:
05/15/07 17:34:43 (2 years ago)
Author:
larsivi
Message:

minor fixes

Files:

Legend:

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

    r2222 r2229  
    8686# Just in case it's already installed, uninstall it 
    8787./install-dmd.sh --uninstall > /dev/null 2> /dev/null 
    88 ./install-dmd.sh > /dev/null 2> /dev/null || die 1 "Failed to install Tango core" 
     88./install-dmd.sh --prefix $DMDDIR > /dev/null 2> /dev/null || die 1 "Failed to install Tango core" 
    8989 
    9090if [ ! -e "$DMDDIR/bin/dmd.conf" ] 
  • trunk/install/dmd-posix/mkinstaller.sh

    r2224 r2229  
    8080 
    8181find import/tango -name .svn | xargs rm -rf 
    82 tar zcf ../tango.tar.gz import lib || die 1 "Failed to create tango.tar.gz" 
     82tar zcf ../tango.tar.gz import lib bin || die 1 "Failed to create tango.tar.gz" 
    8383cd .. || exit 1 
    8484rm -rf tmp || exit 1