packages/apache: change runtime dir from /var/log to /var/run

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28846 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-11-08 00:17:39 +00:00
parent a85dbe5722
commit 541242b49a

View File

@ -105,6 +105,7 @@ define Build/Configure
--sysconfdir=/etc/apache \
ap_cv_void_ptr_lt_long=no \
logfiledir="/var/log" \
runtimedir="/var/log" \
)
endef