Changeset 241 in MondoRescue for branches/2.05/mindi/mindi.spec


Ignore:
Timestamp:
Dec 20, 2005, 2:17:23 AM (18 years ago)
Author:
bcornec
Message:
  • Fix bug in post for mindi (no chmod needed on symlinks) (Sébastien Aperghis-Tramoni)
  • sles9 adaptations for mindi (DOCDIR) (Bruno Cornec)
  • remove useless cat in init (Sébastien Aperghis-Tramoni)
  • remove dependency on cdrecord for mondo RPMS (Bruno Cornec)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mindi/mindi.spec

    r237 r241  
    7878
    7979%post
    80 %{__chmod} 755 %{_libdir}/mindi/aux-tools/sbin/* %{_libdir}/mindi/rootfs/bin/* %{_libdir}/mindi/rootfs/sbin/*
     80for i in %{_libdir}/mindi/aux-tools/sbin/* %{_libdir}/mindi/rootfs/bin/* %{_libdir}/mindi/rootfs/sbin/* ; do
     81    if [ ! -h $i ]; then
     82        %{__chmod} 755 $i
     83    fi
     84done
    8185if [ -f /usr/local/sbin/mindi ]; then
    8286    echo "WARNING: /usr/local/sbin/mindi exists. You should probably remove your manual mindi installation !"
Note: See TracChangeset for help on using the changeset viewer.