greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17631

Show
Ignore:
Timestamp:
2008-10-30 09:45:39 (2 months ago)
Author:
oranfry
Message:

new binary that doesn't create the installer directory at startup, will trial it this way for a while

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • release-kits/wirk3/src/wirk3.cpp

    r17368 r17631  
    103103        } 
    104104 
    105         //create directories 
    106         if ( !simMode ) { 
    107                 system( "IF NOT EXIST installer\\classes MKDIR installer\\classes" ); 
    108         } 
    109  
    110          
    111105        //use forward slashes for everything else 
    112106        //replace_all( pwd, "\\", "/" );