Changeset 1513 in MondoRescue for branches/stable/mindi/distributions/rpm


Ignore:
Timestamp:
Jun 25, 2007, 12:42:59 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Fix a memory allocation bug where strings were freed to early (Nick Hajek <Nick.Hajek_at_Vishay.com>)
  • Removal of acpi=off causing more problems nowadays than solving issues.
  • RPMBUILDMINDI => PKGBUILDMINDI
  • /var/cache/mindi added to the build process + pkgs
  • Prepare the delivery of the yum conf file from SVN (instead of having static files in ftp server) (inputs from Mark Nienberg)
File:
1 edited

Legend:

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

    r1464 r1513  
    3838export DOCDIR=%{_docdir}
    3939export LIBDIR=%{_libdir}
    40 export RPMBUILDMINDI="true"
     40export CACHEDIR=%{_var}/cache/%{name}
     41export PKGBUILDMINDI="true"
    4142
    4243./install.sh
     
    5253%{_libdir}/%{name}
    5354%{_sbindir}/*
     55%{_var}/cache/%{name}
    5456
    5557%changelog
Note: See TracChangeset for help on using the changeset viewer.