Ignore:
Timestamp:
2008-06-20T16:10:13+12:00 (16 years ago)
Author:
oranfry
Message:

dont base the temp directory name of the name of the executable, can cause trouble

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/linux/wrapper.cpp

    r15976 r16089  
    1111int main(int argc, char** argv) {
    1212
    13     string tempdir = (string)argv[0] + ".tmp"; //temporary directory where we will store extracted files
     13    string tempdir = "greenstone.tmp"; //temporary directory where we will store extracted files
    1414    string jarfile = tempdir + "/@[email protected]"; //where we will store the jar file
    1515    string search4jfile = tempdir + "/search4j"; //where we will store the jar file
Note: See TracChangeset for help on using the changeset viewer.