- Remove pointless creation of /var/lib/httpd/state dir in RPM build root

- Substitute tabs for spaces.
This commit is contained in:
Lubos Uhliarik 2019-07-19 11:28:20 +02:00
parent 2993aea7a7
commit fc0e844ce2

View File

@ -396,7 +396,6 @@ install -m 644 -p $RPM_SOURCE_DIR/httpd.tmpfiles \
# Other directories
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/dav \
$RPM_BUILD_ROOT%{_localstatedir}/lib/httpd/state \
$RPM_BUILD_ROOT/run/httpd/htcacheclean
# Substitute in defaults which are usually done (badly) by "make install"