projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
541242b
)
packages/apache: fix copy/paste error in r28846
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 8 Nov 2011 00:26:30 +0000
(
00:26
+0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 8 Nov 2011 00:26:30 +0000
(
00:26
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28847
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/apache/Makefile
patch
|
blob
|
history
diff --git
a/net/apache/Makefile
b/net/apache/Makefile
index
5196fb1
..
fa16417
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