Skip to content

Commit af22ddf

Browse files
committed
Merge pull request #3 from bnordgren/install
Fixed small bug in install phase, where mod_security2.so ignores $DESTDI...
2 parents f23dbcb + 606cd72 commit af22ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache2/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ install-exec-hook: $(pkglib_LTLIBRARIES)
7171
for m in $(pkglib_LTLIBRARIES); do \
7272
base=`echo $$m | sed 's/\..*//'`; \
7373
rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \
74-
cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(APXS_MODULES); \
74+
install -D -m444 $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES); \
7575
done

0 commit comments

Comments
 (0)