Ignore:
Timestamp:
2001-06-19T13:01:40+12:00 (23 years ago)
Author:
sjboddie
Message:

Added a -make_writable option to build script so the collector can tell it
to make new collections globally writable (allowing them to be removed
from the command line on Unix installations)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/collectoraction.cpp

    r2558 r2566  
    16501650   
    16511651  // set up build options
    1652   text_t options = "-remove_import -out \"";
     1652  text_t options = "-make_writable -remove_import -out \"";
    16531653  options += filename_cat (tmpdir, collection + ".bld");
    16541654  options += "\" -collectdir \"" + get_collectdir (args) + "\"";
Note: See TracChangeset for help on using the changeset viewer.