From 856e9fb3981e32128039674b2d025ad5ca72b82c Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 6 Jun 2014 13:59:56 +0200 Subject: [PATCH] Do not install removed .htaccess file refs #4075 --- Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 78a97cf74..a8fc908cc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,7 +51,6 @@ clean: # Installs/copies all static files (executables, scripts, html, etc) # install-static-files: install-application copy-web-files-public copy-web-files-modules - $(INSTALL) -m 644 $(INSTALL_OPTS) "./public/.htaccess" $(DESTDIR)$(prefix)/public/.htaccess; # # Installs all configuration files