Activity for David H. Bronke

  • David H. Bronke David H. Bronke posted a comment on ticket #339

    I'm still running into this as well. There's a patch that was written in this ArchLinux ticket which should fix the issue: --- src/lirc-0.10.0/Makefile.am.orig 2017-08-12 02:37:11.000000000 -0400 +++ src/lirc-0.10.0/Makefile.am 2018-02-08 14:44:29.241721957 -0500 @@ -78,9 +78,10 @@ py_pkg_lircdir = $(pkgdatadir)/python-pkg/lirc py_PYTHON = python-pkg/lirc/__init__.py \ python-pkg/lirc/database.py \ - python-pkg/lirc/paths.py + python-pkg/lirc/paths.py \ + python-pkg/lirc/config.py -nodist_py_pkg_PYTHON...

1