Changeset 1477 in MondoRescue


Ignore:
Timestamp:
May 31, 2007, 7:03:36 PM (17 years ago)
Author:
Bruno Cornec
Message:

RedHat has fixed their pb with _sysconfdir on x86_64 so spec file back to normal.
Reference: http://rhn.redhat.com/errata/RHBA-2007-0315.html
+ FAQ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/mindi/distributions/rpm/mindi.spec

    r1461 r1477  
    3838export HEAD=${RPM_BUILD_ROOT}
    3939export PREFIX=%{_exec_prefix}
    40 # Bug on x86_64 on _sysconfdir on rhel4 at least
    41 %ifarch x86_64
    42 export CONFDIR=/etc
    43 %else
    4440export CONFDIR=%{_sysconfdir}
    45 %endif
    4641export MANDIR=%{_mandir}
    4742export DOCDIR=%{_docdir}
Note: See TracChangeset for help on using the changeset viewer.