Ignore:
Timestamp:
Dec 14, 2005, 3:53:19 PM (18 years ago)
Author:
bcornec
Message:

Update on failsafe kernel to adapt it to the new mindi layout in /usr/lib/mindi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mindi-failsafe-kernel/mindi-kernel-1.0.spec

    r35 r202  
    22# $Id$
    33#
    4 %define _prefix /usr/local
    54Summary:    A program that creates emergency boot disks/CDs using your kernel, tools and modules.
    65Name:       mindi-kernel
    7 Version:    1.0
     6Version:    1.05
    87Release:    1
    98Copyright:  GPL
     
    1312BuildRoot:  /tmp/%{name}-%{version}
    1413Requires:   binutils
    15 Prefix:     /usr/local
    1614Autoreq:    0
    1715
     
    2523%install
    2624%{__rm} -rf $RPM_BUILD_ROOT
    27 MINDIDIR=$RPM_BUILD_ROOT%{_datadir}/mindi
    28 %{__mkdir_p} $MINDIDIR $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_sysconfdir}/mindi
    29 %{__cp} -a * $MINDIDIR
    30 #
     25export PREFIX=${RPM_BUILD_ROOT}
     26./install.sh
    3127
    3228%clean
     
    3531%files
    3632%defattr(-,root,root,-)
    37 %{_datadir}/mindi
     33%{_libdir}/mindi
    3834
    3935%changelog
     36* Wed Dec 14 2005 Bruno Cornec <bcornec@users.berlios.de> 1.05-1
     37- adapted to the new mindi location (in 1.05-r194 and upper)
     38
    4039* Mon May 19 2003 Hugo Rabson <hugorabson@msn.com> 1.0-1
    4140- initial release
Note: See TracChangeset for help on using the changeset viewer.