Changeset 1389 in MondoRescue


Ignore:
Timestamp:
May 1, 2007, 9:09:56 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • Include conf dir for mondo
  • Fix for Fedora (include /etc/mindi in pkg)
Location:
branches/2.2.4
Files:
2 edited

Legend:

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

    r936 r1389  
    5656%files
    5757%defattr(-,root,root)
    58 %config(noreplace) %{_sysconfdir}/mindi/deplist.txt
     58%config(noreplace) %{_sysconfdir}/%{name}
    5959%doc ChangeLog INSTALL COPYING README TODO README.ia64 README.pxe README.busybox svn.log
    6060%{_mandir}/man8/*
    61 %{_libdir}/mindi
     61%{_libdir}/%{name}
    6262%{_sbindir}/*
    6363
  • branches/2.2.4/mondo/distributions/rpm/mondo.spec

    r1019 r1389  
    7070%files
    7171%defattr(-,root,root)
     72%config(noreplace) %{_sysconfdir}/%{name}
    7273%doc ChangeLog svn.log
    7374%doc INSTALL COPYING README TODO AUTHORS NEWS
Note: See TracChangeset for help on using the changeset viewer.