Changeset 1913 in MondoRescue for branches/2.2.6/mondo/src/common/my-stuff.h


Ignore:
Timestamp:
Apr 14, 2008, 2:48:40 PM (16 years ago)
Author:
Bruno Cornec
Message:

Extract of mandatory files is now under ./tmp/.. instead of tmp/.. as we now use ar to create the all.tar.gz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/src/common/my-stuff.h

    r1885 r1913  
    215215 * The biggielist stub (appended to the directory where all.tar.gz was unpacked).
    216216 */
    217 #define BIGGIELIST_TXT_STUB "tmp/biggielist.txt"
     217#define BIGGIELIST_TXT_STUB "./tmp/biggielist.txt"
    218218
    219219/**
    220220 * The filelist stub (appended to the directory where all.tar.gz was unpacked).
    221221 */
    222 #define FILELIST_FULL_STUB "tmp/filelist.full.gz"
     222#define FILELIST_FULL_STUB "./tmp/filelist.full.gz"
    223223
    224224/**
    225225 * The mountlist stub (appended to the directory where all.tar.gz was unpacked).
    226226 */
    227 #define MOUNTLIST_FNAME_STUB "tmp/mountlist.txt"
     227#define MOUNTLIST_FNAME_STUB "./tmp/mountlist.txt"
    228228
    229229/**
    230230 * The mondo-restore.cfg stub (appended to the directory where all.tar.gz was unpacked).
    231231 */
    232 #define MONDO_CFG_FILE_STUB "tmp/mondo-restore.cfg"
     232#define MONDO_CFG_FILE_STUB "./tmp/mondo-restore.cfg"
    233233/**
    234234 * The location where mindi media images are stored.
Note: See TracChangeset for help on using the changeset viewer.