projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9853924
)
packages/apache: fix copy/paste error in r28846
author
Nicolas Thill
<nico@openwrt.org>
Tue, 8 Nov 2011 00:26:30 +0000
(
00:26
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 8 Nov 2011 00:26:30 +0000
(
00:26
+0000)
SVN-Revision: 28847
net/apache/Makefile
patch
|
blob
|
history
diff --git
a/net/apache/Makefile
b/net/apache/Makefile
index 5196fb1c32cd4b86d1946cc397a0d3af1de4aac1..fa16417c1959770272b007da01495db7067c40a2 100644
(file)
--- a/
net/apache/Makefile
+++ b/
net/apache/Makefile
@@
-105,7
+105,7
@@
define Build/Configure
--sysconfdir=/etc/apache \
ap_cv_void_ptr_lt_long=no \
logfiledir="/var/log" \
- runtimedir="/var/
log
" \
+ runtimedir="/var/
run
" \
)
endef