[omd-commits] OMD Git: omd: apache: fixed fcgid path
git version control
git at mathias-kettner.de
Wed Dec 29 19:18:37 CET 2010
Module: omd
Branch: master
Commit: 99821c439a3974383cbaf0e11c49fc1f47b39e11
URL: http://omdistro.org/projects/omd/repository/revisions/99821c439a3974383cbaf0e11c49fc1f47b39e11
Author: Sven Nierlein <sven at nierlein.de>
Date: Wed Dec 29 19:18:23 2010 +0100
apache: fixed fcgid path
---
packages/apache-omd/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/apache-omd/Makefile b/packages/apache-omd/Makefile
index 35d830f..4e1f1c8 100644
--- a/packages/apache-omd/Makefile
+++ b/packages/apache-omd/Makefile
@@ -26,7 +26,6 @@ build: $(APACHE_MODULES)
install: $(APACHE_MODULES_INSTALL)
# Install software below $(DESTDIR)$(OMD_ROOT)/{bin,lib,share}
- mkdir -p $(DESTDIR)$(OMD_ROOT)/lib/apache
skel:
# Replace macros
@@ -58,4 +57,5 @@ modfcgid:
$(MAKE) -C $(FCGI_FILE)
modfcgid_install:
- cp $(FCGI_FILE)/modules/fcgid/.libs/mod_fcgid.so $(DESTDIR)$(OMD_ROOT)/lib/apache
+ mkdir -p $(DESTDIR)$(OMD_ROOT)/lib/apache
+ cp $(FCGI_FILE)/modules/fcgid/.libs/mod_fcgid.so $(DESTDIR)$(OMD_ROOT)/lib/apache/
More information about the omd-commits
mailing list