Ignore:
Timestamp:
Apr 18, 2008, 12:16:06 PM (16 years ago)
Author:
Bruno Cornec
Message:

Do not try to copy follpy images anymore (removes a warning)

File:
1 edited

Legend:

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

    r1920 r1926  
    923923            run_program_and_log_output(command, FALSE);
    924924        } else {
    925             sprintf(command, "cp -f %s/mindi-*oot*.img %s/images",
    926                 bkpinfo->tmpdir, bkpinfo->scratchdir);
    927             if (system(command)) {
    928                 log_msg(2, "Unable to copy mindi images");
    929             }
    930925            sprintf(tmp, "cp -f %s/images/all.tar.gz %s", bkpinfo->scratchdir,
    931926                bkpinfo->tmpdir);
Note: See TracChangeset for help on using the changeset viewer.