You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
712 B

From e2693b9022f390070ef0136020aafc8c1c18769c Mon Sep 17 00:00:00 2001
From: Alec Leamas <leamas.alec@gmail.com>
Date: Fri, 12 Oct 2018 20:49:58 +0200
Subject: [PATCH] lirc-setup: Fix crash on start on missing lirc.config.
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index aafb4e8ca..d5dbfb621 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,6 +80,7 @@ py_PYTHON = python-pkg/lirc/__init__.py \
python-pkg/lirc/database.py \
python-pkg/lirc/paths.py
+nodist_py_PYTHON = python-pkg/lirc/config.py
nodist_py_pkg_PYTHON = python-pkg/lirc/config.py
if HAVE_PYTHON35
--
2.14.4