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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-08-17 21:43:25 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2018-08-17 21:43:25 +0300
commit22f0760c426ff987b65b362e25fafe499c127c2c (patch)
treea89cf02d3642d91a8c6d9b0e8931baacc4efae68 /Makefile
parentdce59a7b84042b8bac52612ead34c53e082d3817 (diff)
fix makefile
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index b793045c..31171cf1 100644
--- a/Makefile
+++ b/Makefile
@@ -27,19 +27,20 @@ appstore: clean
--exclude=/build \
--exclude=/docs \
--exclude=/translationfiles \
- --exclude=/.tx \
+ --exclude=.tx \
--exclude=/tests \
- --exclude=/.git \
- --exclude=/.github \
+ --exclude=.git \
+ --exclude=.github \
--exclude=/l10n/l10n.pl \
--exclude=/CONTRIBUTING.md \
--exclude=/issue_template.md \
--exclude=/README.md \
- --exclude=/.gitattributes \
- --exclude=/.gitignore \
- --exclude=/.scrutinizer.yml \
- --exclude=/.travis.yml \
+ --exclude=.gitattributes \
+ --exclude=.gitignore \
+ --exclude=.scrutinizer.yml \
+ --exclude=.travis.yml \
--exclude=/Makefile \
+ --exclude=.drone.yml \
$(project_dir)/ $(sign_dir)/$(app_name)
tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
-C $(sign_dir) $(app_name)