Ignore:
Timestamp:
May 12, 2007, 1:55:13 AM (17 years ago)
Author:
Bruno Cornec
Message:

Merge Andree's patch (2.2.4 rev [1437] around MINDI_CACHE define)
Announce for LinuxDay added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondoarchive/mondoarchive.c

    r1434 r1438  
    531531    }
    532532
    533     if (does_file_exist("/var/cache/mindi/mondorescue.iso")) {
     533    if (does_file_exist(MINDI_CACHE"/mondorescue.iso")) {
    534534        log_to_screen
    535             (_("/var/cache/mindi/mondorescue.iso, a boot/utility CD, is available if you want it."));
     535            (_(MINDI_CACHE"/mondorescue.iso, a boot/utility CD, is available if you want it."));
    536536    }
    537537
Note: See TracChangeset for help on using the changeset viewer.