Changeset 1766 in MondoRescue for branches/2.2.5/pbconf


Ignore:
Timestamp:
Nov 4, 2007, 3:23:15 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • strace useful for debug
  • fix new versions for pb (2.0.0 for mindi and 1.7.2 for mindi-busybox)
  • fix build process for mindi-busybox + options used in that version (dd for label-partitions-as-necessary)
  • fix typo in label-partitions-as-necessary which doesn't seem to work
Location:
branches/2.2.5/pbconf
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/pbconf/mindi-busybox/deb/rules

    r1674 r1766  
    5555    # Install the package files into build directory:
    5656    # - start with upstream make install
    57     $(MAKE) install PREFIX=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/lib/mindi/rootfs
     57    $(MAKE) install CONFIG_PREFIX=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/lib/mindi/rootfs
    5858    # - copy doc
    5959    mkdir -p debian/doc-temp
    60     cp -a ChangeLog INSTALL LICENSE AUTHORS README TODO changelog svn.log debian/doc-temp
     60    cp -a ChangeLog INSTALL LICENSE AUTHORS README TODO svn.log debian/doc-temp
    6161
    6262    dh_install -s
  • branches/2.2.5/pbconf/mindi-busybox/rpm/mindi-busybox.spec

    r1674 r1766  
    2828
    2929DESTDIR=${RPM_BUILD_ROOT}%{_libdir}/mindi/rootfs
    30 make PREFIX=$DESTDIR install
     30make CONFIG_PREFIX=$DESTDIR install
    3131
    3232%clean
     
    3535%files
    3636%defattr(-,root,root)
    37 %doc ChangeLog INSTALL LICENSE AUTHORS README TODO changelog svn.log
     37%doc ChangeLog INSTALL LICENSE AUTHORS README TODO svn.log
    3838%{_libdir}/mindi
    3939
  • branches/2.2.5/pbconf/mondorescue.pb

    r1706 r1766  
    6161defpkgdir mindi = mindi
    6262
    63 pkgver mindi = 1.2.5
    64 pkgver mindi-busybox = 1.2.2
    65 pkgtag mindi-busybox = 4
     63pkgver mindi = 2.0.0
     64pkgver mindi-busybox = 1.7.2
     65#pkgtag mindi-busybox = 2
    6666
    6767# Hash of additional package/package directory
     
    7878filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
    7979filteredfiles mindi = rootfs/sbin/init,mindi,install.sh
     80filteredfiles mindi-busybox = Makefile
    8081filteredfiles mondo-website = top.shtml
Note: See TracChangeset for help on using the changeset viewer.