Makefile: fix python2 compiler
This commit is contained in:
2
Makefile
2
Makefile
@@ -107,6 +107,6 @@ pylzma-install:
|
||||
|
||||
pycompile-all:
|
||||
|
||||
$(PYTHON) -c "import compileall; compileall.compile_dir('$(DESTDIR)/usr/', force = True, quiet = True)"
|
||||
$(PYTHON) -c "import compileall; compileall.compile_dir('$(DESTDIR)/$(LIBDIR)/entropy', force = True, quiet = True)"
|
||||
|
||||
install: entropy-install entropy-server-install equo-install notification-applet-install spritz-install pycompile-all updates-daemon-install
|
||||
|
||||
Reference in New Issue
Block a user