Merge pull request #3 from bnordgren/install

Fixed small bug in install phase, where mod_security2.so ignores $DESTDI...
This commit is contained in:
Breno Silva
2012-10-26 05:23:06 -07:00

View File

@@ -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