Changeset 200 in MondoRescue


Ignore:
Timestamp:
Dec 14, 2005, 12:24:36 PM (18 years ago)
Author:
bcornec
Message:

Fix a nasty bug in permissions for RPM build

Location:
branches/2.05/mindi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mindi/install.sh

    r199 r200  
    7171
    7272if [ "$ARCH" = "i386" ] ; then
     73    # FHS requires fdisk under /sbin
    7374    (cd $local/sbin && ln -s /sbin/fdisk parted2fdisk)
    7475    if [ -f $local/lib/mindi/rootfs/bin/busybox-$ARCH.net ]; then
  • branches/2.05/mindi/mindi.spec

    r196 r200  
    8383%config(noreplace) %{_sysconfdir}/mindi/deplist.txt
    8484%doc CHANGES INSTALL COPYING README TODO README.ia64 README.pxe README.busybox
     85%{_mandir}
     86%{_libdir}/mindi
     87%attr(755,root,root) %{_libdir}/mindi/aux-tools/sbin/*
     88%attr(755,root,root) %{_libdir}/mindi/rootfs/bin/*
     89%attr(755,root,root) %{_libdir}/mindi/rootfs/sbin/*
    8590%attr(755,root,root) %{_sbindir}/*
    86 %{_libdir}/mindi
    87 %{_mandir}
    8891
    8992%changelog
Note: See TracChangeset for help on using the changeset viewer.