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.
lirc/0002-lirc-setup-Fix-crash-o...

26 lines
790 B

From d64c949fd95f5ce4c7dedaba98e07af2f0bc8c35 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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index aafb4e8ca..22106c496 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,7 +80,7 @@ py_PYTHON = python-pkg/lirc/__init__.py \
python-pkg/lirc/database.py \
python-pkg/lirc/paths.py
-nodist_py_pkg_PYTHON = python-pkg/lirc/config.py
+nodist_py_PYTHON = python-pkg/lirc/config.py
if HAVE_PYTHON35
py_PYTHON += python-pkg/lirc/async_client.py \
--
2.14.4