summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-04 13:18:34 +0200
committerSean Molenaar <SMillerDev@users.noreply.github.com>2018-10-04 13:59:07 +0200
commitadd634f841d99863187dd8308b32eea200f1eebd (patch)
tree652f7c6142f4aa8f92f014ca4b72fca56f4d3ed2 /Makefile
parentd8f9d2ee8125cb6413c676152b57554b6a917bac (diff)
Do not ship .htaccess files
They get stripped by the server anyways which makes the integrity check fail. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 67acf54f2..048848014 100644
--- a/Makefile
+++ b/Makefile
@@ -158,6 +158,9 @@ appstore:
"CHANGELOG.md" \
$(appstore_build_directory)
+ #remove stray .htaccess files since they are filtered by nextcloud
+ find $(appstore_build_directory) -name .htaccess -exec rm {} \;
+
# on macOS there is no option "--parents" for the "cp" command
mkdir -p $(appstore_build_directory)/js/build $(appstore_build_directory)/js/admin
cp js/build/app.min.js $(appstore_build_directory)/js/build