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.
1 parent 3ef77de commit 76fc194Copy full SHA for 76fc194
apache2/Makefile.am
@@ -71,5 +71,5 @@ install-exec-hook: $(pkglib_LTLIBRARIES)
71
for m in $(pkglib_LTLIBRARIES); do \
72
base=`echo $$m | sed 's/\..*//'`; \
73
rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \
74
- cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(APXS_MODULES); \
+ install -D -m444 $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES); \
75
done
nginx/TODO
@@ -13,3 +13,5 @@ Modsecurity NGINX TODO
13
* Source code documentation (insert doxygen headers)
14
15
* Create better build infrastructure with support for tests and automated regression
16
+
17
+* Better things for test
0 commit comments