packages/apache: fix copy/paste error in r28846
authorNicolas Thill <nico@openwrt.org>
Tue, 8 Nov 2011 00:26:30 +0000 (00:26 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 8 Nov 2011 00:26:30 +0000 (00:26 +0000)
SVN-Revision: 28847

net/apache/Makefile

index 5196fb1c32cd4b86d1946cc397a0d3af1de4aac1..fa16417c1959770272b007da01495db7067c40a2 100644 (file)
@@ -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