Changeset 802

Show
Ignore:
Timestamp:
09/06/07 12:21:37 (1 year ago)
Author:
Gregor
Message:

sss/conf.d: installdir hook command now manifests properly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/ChangeLog

    r799 r802  
    77        - Object files are now put in compiler-specific directories (see 
    88          ticket #128). 
     9        - installdir hook command now manifests properly. 
    910 
    10110.72 from 0.71: 
  • trunk/sss/conf.d

    r799 r802  
    901901                    } else { 
    902902                        // or install this file 
    903                         dsssScriptedStep(conf, "install " ~ 
    904                                          ndir ~ std.path.sep ~ file ~ " " ~ 
    905                                          comps[2] ~ ipostfix); 
     903                        manifest ~= dsssScriptedStep(conf, "install " ~ 
     904                            ndir ~ std.path.sep ~ file ~ " " ~ 
     905                            comps[2] ~ ipostfix); 
    906906 
    907907                    }