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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-04-21 18:07:42 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-04-21 18:07:42 +0300
commit2469f1a09e9838153a357673dece9801938147c4 (patch)
treeecd8552d24817264349da42ac08e3dd72ead195a
parent71009f37af279f52be4da6189934b6a55c0a6b75 (diff)
build and publish services expects user_saml.tar.gz
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06af0f53..09447ca6 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ appstore: clean
--exclude=/tests \
--exclude=/translationfiles \
$(project_dir)/ $(sign_dir)/$(app_name)
- tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
+ tar -czf $(build_dir)/$(app_name).tar.gz \
-C $(sign_dir) $(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \
echo "Signing packageā€¦"; \