From 315d5ade5c117663939644518c0ef64175ecab37 Mon Sep 17 00:00:00 2001 From: Sven Stegemann Date: Mon, 30 Nov 2020 22:56:12 +0100 Subject: [PATCH] Fixed Python version bug. Use python2 instead of python, because python might refer to python3 (e.g. under Arch Linux). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6b9c76a..0f73b12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -230,7 +230,7 @@ install-data-local: find $(DESTDIR)$(honeyddatadir)/webserver -type d | xargs chmod a+xr (cd $(top_srcdir) && tar -cf - $(top_srcdir)/scripts) | \ (cd $(DESTDIR)$(honeyddatadir) && tar -xf -) - python $(DESTDIR)$(honeyddatadir)/scripts/lib/init.py + python2 $(DESTDIR)$(honeyddatadir)/scripts/lib/init.py CLEANFILES = *.so DISTCLEANFILES = *~