mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
Fix exmachine import.
This commit is contained in:
parent
657068b026
commit
6409552e70
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ install: default
|
|||||||
cp -a static themes $(DESTDIR)$(DATADIR)/
|
cp -a static themes $(DESTDIR)$(DATADIR)/
|
||||||
cp -a *.py modules templates $(DESTDIR)$(PYDIR)/
|
cp -a *.py modules templates $(DESTDIR)$(PYDIR)/
|
||||||
mkdir -p $(DESTDIR)$(PYDIR)/exmachina
|
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
|
cp share/init.d/plinth $(DESTDIR)/etc/init.d
|
||||||
install plinth $(DESTDIR)/usr/bin/
|
install plinth $(DESTDIR)/usr/bin/
|
||||||
mkdir -p $(DESTDIR)/var/lib/plinth/cherrypy_sessions $(DESTDIR)/var/log/plinth $(DESTDIR)/var/run
|
mkdir -p $(DESTDIR)/var/lib/plinth/cherrypy_sessions $(DESTDIR)/var/log/plinth $(DESTDIR)/var/run
|
||||||
|
|||||||
0
exmachina/__init__.py
Normal file
0
exmachina/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user