packages/apache: fix copy/paste error in r28846

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28847 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-11-08 00:26:30 +00:00
parent 541242b49a
commit 00f85e38f9

View 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