diff --git a/apache2/Makefile.am b/apache2/Makefile.am index 1d233162..df5af555 100644 --- a/apache2/Makefile.am +++ b/apache2/Makefile.am @@ -71,5 +71,5 @@ install-exec-hook: $(pkglib_LTLIBRARIES) for m in $(pkglib_LTLIBRARIES); do \ base=`echo $$m | sed 's/\..*//'`; \ rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \ - cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(APXS_MODULES); \ + install -D -m444 $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES); \ done diff --git a/nginx/TODO b/nginx/TODO index fb443444..a8d99257 100644 --- a/nginx/TODO +++ b/nginx/TODO @@ -13,3 +13,5 @@ Modsecurity NGINX TODO * Source code documentation (insert doxygen headers) * Create better build infrastructure with support for tests and automated regression + +* Better things for test