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 = *~