Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-12-13 18:21:59 +0300
committerJoas Schilling <coding@schilljs.com>2016-12-13 18:21:59 +0300
commite1eca493dc3d8e9a813ce755896c3d3d9f89d10c (patch)
tree5da72bf89bbe4464269da02a08cf6426f476b27a /Makefile
parentf4fd6b7790a692d037f4bb0cb953bed0bb17ced2 (diff)
Make sure to only exclude the build/ in root
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7c692b341..ba79cefc2 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ appstore: clean install-deps
rsync -a \
--exclude=bower.json \
--exclude=.bowerrc \
- --exclude=build \
+ --exclude=/build \
--exclude=CONTRIBUTING.md \
--exclude=docs \
--exclude=.drone.yml \
@@ -62,12 +62,11 @@ appstore: clean install-deps
--exclude=phpunit*xml \
--exclude=README.md \
--exclude=run-*lint.sh \
- --exclude=screenshots \
--exclude=.scrutinizer.yml \
--exclude=.stylelintrc \
--exclude=tests \
--exclude=.travis.yml \
- $(project_dir) $(sign_dir)
+ $(project_dir)/ $(sign_dir)
@if [ -f $(cert_dir)/$(app_name).key ]; then \
echo "Signing app files…"; \
php ../../occ integrity:sign-app \