Changeset 1513 in MondoRescue for branches/stable/tools/build2pkg


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/tools/build2pkg

    r1306 r1513  
    162162            export DOCDIR=/usr/doc
    163163            export LIBDIR=/usr/lib
    164             export RPMBUILDMINDI="true"
     164            export CACHEDIR=/var/cache/mindi
     165            export PKGBUILDMINDI="true"
    165166            ./install.sh
    166167        elif [ _"$p" = _"mondo" ]; then
     
    168169            make VERSION=$PVER
    169170            make DESTDIR=$TOPBUILDDIR/build-${p} install
     171            mkdir -p $DESTDIR/var/cache/mondo
    170172        elif [ _"$p" = _"mondo-doc" ]; then
    171173            make -f Makefile.man VERSION=$PVER
Note: See TracChangeset for help on using the changeset viewer.