]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/apache2
Merge branch 'captive-portal' into next
[ipfire-2.x.git] / lfs / apache2
index b7a741614c8f47a798ea162bc04b7b2ddc2ae99d..138ede8de3121f10ceb36872514a5caa2612d3fd 100644 (file)
@@ -117,5 +117,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cp -rf $(DIR_CONF)/httpd/* /etc/httpd/conf
        ln -sf $(CONFIG_ROOT)/main/hostname.conf /etc/httpd/conf/
 
+       # Create captive logging directory
+       -mkdir -pv /var/log/httpd/captive
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)