Ignore:
Timestamp:
Dec 29, 2013, 7:32:15 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • mindi-busybox is now built fully under /usr and packge build call the new post install script
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/mondorescue/pbconf/branches/3.2/mindi-busybox/deb/rules

    r1387 r1805  
    55# Uncomment this to turn on verbose mode.
    66#export DH_VERBOSE=1
     7export DESTDIR=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/lib/mindi/rootfs
    78
    89# Define package name for a one-stop change.
     
    5556    # Install the package files into build directory:
    5657    # - start with upstream make install
    57     $(MAKE) install CONFIG_PREFIX=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/lib/mindi/rootfs
     58    $(MAKE) install CONFIG_PREFIX=$(DESTDIR)
     59    ./mondo-install.sh
    5860    # - copy doc
    5961    mkdir -p debian/doc-temp
Note: See TracChangeset for help on using the changeset viewer.