From: nico Date: Tue, 8 Nov 2011 00:26:30 +0000 (+0000) Subject: packages/apache: fix copy/paste error in r28846 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=00f85e38f9a5771a72a282fd05bce493226f2c8b;p=packages.git packages/apache: fix copy/paste error in r28846 git-svn-id: svn://svn.openwrt.org/openwrt/packages@28847 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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