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

Changeset 3644

Show
Ignore:
Timestamp:
06/19/08 17:46:57 (6 months ago)
Author:
larsivi
Message:

Move chmod to where it is really needed, thanks mandel.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/build-gdc.sh

    r3627 r3644  
    2121    export GDMD=${GDC_PREFIX}gdmd${GDC_POSTFIX} 
    2222fi 
     23 
     24# Make sure scripts are installable (typically zip doesn't preserve x bit) 
     25chmod a+x compiler/gdc/configure 
     26chmod a+x compiler/gdc/config.guess 
    2327 
    2428GDC_VER="`$GDC --version | grep 'gdc' | sed 's/^.*gdc \(pre\-\{0,1\}release \)*\([0-9]*\.[0-9]*\).*$/\2/'`" 
     
    4650# Make sure object.di is present for clean GDC installs 
    4751cp ../object.di compiler/gdc/object.di 
    48  
    49 # Make sure scripts are installable (typically zip doesn't preserve x bit) 
    50 chmod a+x compiler/gdc/configure 
    51 chmod a+x compiler/gdc/config.guess 
    5252 
    5353pushd ./compiler/gdc