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
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.