projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bd0a1f
)
fix apache build
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 14 Dec 2007 07:12:39 +0000
(07:12 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 14 Dec 2007 07:12:39 +0000
(07:12 +0000)
Fixes a build error in apache
Signed-off-by: Russell Senior <seniorr@aracnet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9752
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/apache/Makefile
patch
|
blob
|
history
diff --git
a/net/apache/Makefile
b/net/apache/Makefile
index
438c8ee
..
39dc91d
100644
(file)
--- a/
net/apache/Makefile
+++ b/
net/apache/Makefile
@@
-144,7
+144,7
@@
define Package/apache-server/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/httpd.exp $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/share
- $(
INSTALL_BIN
) $(PKG_INSTALL_DIR)/usr/share/{error,htdocs,cgi-bin,build} $(1)/usr/share/
+ $(
CP
) $(PKG_INSTALL_DIR)/usr/share/{error,htdocs,cgi-bin,build} $(1)/usr/share/
$(INSTALL_DIR) $(1)/etc/apache
$(CP) $(PKG_INSTALL_DIR)/etc/apache/{magic,mime.types,extra} $(1)/etc/apache/
$(CP) ./files/etc/apache/httpd.conf $(1)/etc/apache/