mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix modp{erl,ython} installation
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -58,7 +58,7 @@ modpython/compiler: modpython/compiler.cpp Makefile
|
||||
$(E) Building optimizer for python files...
|
||||
$(Q)$(CXX) $(PYTHONCOMMON) -o $@ $< $(PY_LDFLAGS)
|
||||
|
||||
modpython_install: create_install_dir modpython_all
|
||||
modpython_install: install_datadir modpython_all
|
||||
-for i in *.pyc; do \
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(MODDIR); \
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user