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

Changeset 3628

Show
Ignore:
Timestamp:
06/17/08 06:05:59 (6 months ago)
Author:
larsivi
Message:

Make sure all binaries are executable, closes #1147, thanks predaeus. Note that installers will have to be regenerated for this to work properly, I am unsure whether that will happen for 0.99.6

Files:

Legend:

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

    r3225 r3628  
    8888    cd dmd || die 1 "Failed to cd to dmd" 
    8989 
     90    # Make sure all binaries are executable 
     91    chmod a+x bin/dmd 
     92    chmod a+x bin/dumpobj 
     93    chmod a+x bin/obj2asm 
     94    chmod a+x bin/rdmd 
     95 
    9096    # No cleaning up needed here, arr. 
    91  
    9297    tar zcf ../dmd.tar.gz * || die 1 "Failed to create dmd.tar.gz" 
    9398