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/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);
Note: See TracChangeset for help on using the changeset viewer.