greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17632

Show
Ignore:
Timestamp:
2008-10-30 09:46:30 (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/wirk2/src/wirk2.cpp

    r17379 r17632  
    107107        } 
    108108 
    109         //create directories 
    110         if ( !simMode ) { 
    111                 system( "IF NOT EXIST installer\\classes MKDIR installer\\classes" ); 
    112         } 
    113          
    114109        //use forward slashes for everything else 
    115110        //replace_all( pwd, "\\", "/" );