From f80da64e1fc93f3e250162917b99ab0e828137a9 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 8 Nov 2011 00:26:30 +0000 Subject: [PATCH] packages/apache: fix copy/paste error in r28846 SVN-Revision: 28847 --- net/apache/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2