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 17:58:15 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-04-21 17:58:15 +0300
commit0d9d6672de7f7b4107c8b9c4d9ceb0e14d1a418c (patch)
treeaa9ae628b3cd36af8fe0f952eb2cb58b07599d49 /Makefile
parentfdbd126c95740b7d2b748f9ae268432c28e55854 (diff)
build and publish services expects user_saml.tar.gz
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 402fc440..06af0f53 100644
--- a/Makefile
+++ b/Makefile
@@ -48,5 +48,5 @@ appstore: clean
-C $(sign_dir) $(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \
echo "Signing packageā€¦"; \
- openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name)-$(version).tar.gz | openssl base64; \
+ openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name).tar.gz | openssl base64; \
fi