From 9851769ea42c80775449bbc4a930b6c111cf7b9e Mon Sep 17 00:00:00 2001 From: Breno Silva Date: Wed, 5 Jun 2013 06:48:11 -0700 Subject: [PATCH] Fixed: increasing compatibility with older versions of install --- apache2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache2/Makefile.am b/apache2/Makefile.am index 9ffc6404..550be2ed 100644 --- a/apache2/Makefile.am +++ b/apache2/Makefile.am @@ -73,7 +73,7 @@ install-exec-hook: $(pkglib_LTLIBRARIES) for m in $(pkglib_LTLIBRARIES); do \ base=`echo $$m | sed 's/\..*//'`; \ rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \ - install -D -m444 $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES); \ + install -D -m444 $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES)/$$base.so; \ done else install-exec-hook: $(pkglib_LTLIBRARIES)