We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9693a38 + 7e197f5 commit 5a7aba6Copy full SHA for 5a7aba6
Makefile.in
@@ -61,7 +61,7 @@ install_dso: dso
61
@echo "Performing DSO installation."
62
@echo
63
$(INSTALL) -d $(DESTDIR)$(LIBEXECDIR)
64
- $(INSTALL) src/mod_python.so $(DESTDIR)$(LIBEXECDIR)
+ $(INSTALL) -m 0644 src/mod_python.so $(DESTDIR)$(LIBEXECDIR)
65
66
install_py_lib:
67
cd dist && $(MAKE) install_py_lib
0 commit comments