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

Changeset 3425

Show
Ignore:
Timestamp:
04/09/08 16:49:41 (8 months ago)
Author:
Gregor
Message:

install/gdc-posix-dsss/mkinstaller.sh: Now sets profile=gdc-posix-tango on bundles including DSSS.

Files:

Legend:

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

    r2642 r3425  
    7171    cd dsss || die 1 "Failed to cd to dsss" 
    7272    find . -type f | xargs strip --strip-unneeded 
     73    echo 'profile=gdc-posix-tango' > etc/rebuild/default 
    7374    tar zcf ../dsss.tar.gz * || die 1 "Failed to create dsss.tar.gz" 
    7475    cd .. || exit 1