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/gentoo/mindi.ebuild

    r1464 r1513  
    3030    export PREFIX="/usr"
    3131    export CONFDIR="/etc"
     32    export CACHEDIR="/var/cache/mindi"
    3233    export MANDIR="${PREFIX}/share/man"
    3334    export DOCDIR="${PREFIX}/share/doc"
    3435    export LIBDIR="${PREFIX}/lib"
    3536    export DONT_RELINK=1
    36     export RPMBUILDMINDI="true"
     37    export PKGBUILDMINDI="true"
    3738    "${WORKDIR}"/"${P}"/install.sh
    3839}
Note: See TracChangeset for help on using the changeset viewer.