Ignore:
Timestamp:
Feb 21, 2006, 10:48:23 PM (18 years ago)
Author:
bcornec
Message:

mondo now uses /usr/share for the restore-scripts (/usr/lib should contains binary only) - this also makes rpmlint happier

File:
1 edited

Legend:

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

    r296 r424  
    296296    setenv("ARCH", tmp, 1);
    297297
    298     /* Add MONDO_LIB environment variable for mindi */
    299     setenv_mondo_lib();
     298    /* Add MONDO_SHARE environment variable for mindi */
     299    setenv_mondo_share();
    300300
    301301    unlink(MONDO_LOGFILE);
Note: See TracChangeset for help on using the changeset viewer.