Fix exmachine import.

This commit is contained in:
Petter Reinholdtsen 2013-09-12 12:53:10 +02:00
parent 657068b026
commit 6409552e70
2 changed files with 1 additions and 1 deletions

View File

@ -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

0
exmachina/__init__.py Normal file
View File