Changeset 219 in MondoRescue for trunk/mindi/mindi.spec


Ignore:
Timestamp:
Dec 15, 2005, 2:54:19 AM (18 years ago)
Author:
bcornec
Message:

merge -r176:218 $SVN_M/branches/2.05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/mindi.spec

    r197 r219  
    7575
    7676%post
     77%{__chmod} 755 %{_libdir}/mindi/aux-tools/sbin/* %{_libdir}/mindi/rootfs/bin/* %{_libdir}/mindi/rootfs/sbin/*
    7778if [ -f /usr/local/sbin/mindi ]; then
    7879    echo "WARNING: /usr/local/sbin/mindi exists. You should probably remove your manual mindi installation !"
     
    8384%config(noreplace) %{_sysconfdir}/mindi/deplist.txt
    8485%doc CHANGES INSTALL COPYING README TODO README.ia64 README.pxe README.busybox
     86%{_mandir}
     87%{_libdir}/mindi
     88#%attr(755,root,root) %{_libdir}/mindi/aux-tools/sbin/*
     89#%attr(755,root,root) %{_libdir}/mindi/rootfs/bin/*
     90#%attr(755,root,root) %{_libdir}/mindi/rootfs/sbin/*
    8591%attr(755,root,root) %{_sbindir}/*
    86 %{_libdir}/mindi
    87 %{_mandir}
    8892
    8993%changelog
Note: See TracChangeset for help on using the changeset viewer.