Do not install removed .htaccess file

refs #4075
This commit is contained in:
Michael Friedrich 2014-06-06 13:59:56 +02:00
parent a75796c64d
commit 856e9fb398
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ clean:
# Installs/copies all static files (executables, scripts, html, etc) # Installs/copies all static files (executables, scripts, html, etc)
# #
install-static-files: install-application copy-web-files-public copy-web-files-modules 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 # Installs all configuration files