From: Nicolas Thill Date: Tue, 8 Nov 2011 00:26:30 +0000 (+0000) Subject: packages/apache: fix copy/paste error in r28846 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f80da64e1fc93f3e250162917b99ab0e828137a9;p=openwrt%2Fsvn-archive%2Fpackages.git packages/apache: fix copy/paste error in r28846 SVN-Revision: 28847 --- diff --git a/net/apache/Makefile b/net/apache/Makefile index 5196fb1c3..fa16417c1 100644 --- 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