Ticket #13252: mythplugins-debian-rules.20180518.patch

File mythplugins-debian-rules.20180518.patch, 598 bytes (added by mspieth, 6 years ago)
  • deb/debian/rules

    diff --git a/deb/debian/rules b/deb/debian/rules
    index 7a82bd17..6147da3b 100755
    a b override_dh_auto_install: 
    111111        $(MAKE) -C mythtv install INSTALL_ROOT=$(CURDIR)/debian/tmp
    112112
    113113        #mythplugins
    114         cd mythplugins && ./configure $(MYTHPLUGINS_CONFIGURE_OPTS) --mythroot=$(CURDIR)/debian/tmp
     114        cd mythplugins && ./configure $(MYTHPLUGINS_CONFIGURE_OPTS) --mythroot=$(CURDIR)/debian/tmp:$(CURDIR)/debian/libmyth-python
    115115        $(MAKE) -j$(PROCESSORS) -C mythplugins
    116116        for plugin in mytharchive \
    117117        mythgallery mythgame mythmusic mythmovies mythnews \