diff --git a/Makefile b/Makefile index 65622287b..6a6a323e0 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ install: default cp -a static themes $(DESTDIR)$(DATADIR)/ cp -a *.py modules templates $(DESTDIR)$(PYDIR)/ mkdir -p $(DESTDIR)$(PYDIR)/exmachina - cp -a exmachina/exmachina.py $(DESTDIR)$(PYDIR)/exmachina/. + cp -a exmachina/exmachina.py exmachina/__init__.py $(DESTDIR)$(PYDIR)/exmachina/. cp share/init.d/plinth $(DESTDIR)/etc/init.d install plinth $(DESTDIR)/usr/bin/ mkdir -p $(DESTDIR)/var/lib/plinth/cherrypy_sessions $(DESTDIR)/var/log/plinth $(DESTDIR)/var/run diff --git a/exmachina/__init__.py b/exmachina/__init__.py new file mode 100644 index 000000000..e69de29bb