Changeset 1913 in MondoRescue for branches/2.2.6/mondo/src/common


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

Location:
branches/2.2.6/mondo/src/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/src/common/libmondo-stream.c

    r1899 r1913  
    796796    (void) getcwd(old_cwd, MAX_STR_LEN);
    797797    chdir(bkpinfo->tmpdir);
    798     sprintf(tmp, "tar -zxf %s tmp/mondo-restore.cfg 2> /dev/null",
     798    sprintf(tmp, "tar -zxf %s ./tmp/mondo-restore.cfg 2> /dev/null",
    799799            outfname);
    800800    paranoid_system(tmp);
  • 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.