mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
modpython/codegen.pl had wrong permissions
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2197 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -177,7 +177,7 @@ modpython/_znc_core.cpp: modpython/modpython.i Makefile
|
||||
endif
|
||||
modpython/functions.cpp: modpython/functions.in
|
||||
@mkdir -p modpython
|
||||
$(Q)$(PY_PERL) $(srcdir)/modpython/codegen.pl $< $@
|
||||
$(Q)$(PERL) $(srcdir)/modpython/codegen.pl $< $@
|
||||
|
||||
modperl_install: create_install_dir install_metadirs
|
||||
+for i in $(srcdir)/*.pm; do \
|
||||
|
||||
Reference in New Issue
Block a user