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

github.com/nextcloud/socialsharing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-04-27 15:09:41 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-04-27 15:09:41 +0300
commitf51fab49663ac8af45a77cace88d3f733854e388 (patch)
treefc9a5f110f05c152c8961507d4d2386e198e844a
parent571a0aa12d236f76e64bd13b088dcdc86c5a2bf9 (diff)
Fix Makefiles
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
-rw-r--r--socialsharing_email/Makefile2
-rw-r--r--socialsharing_facebook/Makefile2
-rw-r--r--socialsharing_googleplus/Makefile2
-rw-r--r--socialsharing_twitter/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/socialsharing_email/Makefile b/socialsharing_email/Makefile
index a393c65..6e30dc6 100644
--- a/socialsharing_email/Makefile
+++ b/socialsharing_email/Makefile
@@ -32,6 +32,6 @@ appstore:
--exclude=vendor/bin \
$(project_dir) $(sign_dir)
@echo "Signing…"
- tar -czf $(build_dir)/$(app_name).tar.gz \
+ tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
-C $(sign_dir) $(app_name)
openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name)-$(version).tar.gz | openssl base64; \
diff --git a/socialsharing_facebook/Makefile b/socialsharing_facebook/Makefile
index 0c29b76..2bc9f6b 100644
--- a/socialsharing_facebook/Makefile
+++ b/socialsharing_facebook/Makefile
@@ -32,6 +32,6 @@ appstore:
--exclude=vendor/bin \
$(project_dir) $(sign_dir)
@echo "Signing…"
- tar -czf $(build_dir)/$(app_name).tar.gz \
+ tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
-C $(sign_dir) $(app_name)
openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name)-$(version).tar.gz | openssl base64; \
diff --git a/socialsharing_googleplus/Makefile b/socialsharing_googleplus/Makefile
index 8ffdd68..bfad2cf 100644
--- a/socialsharing_googleplus/Makefile
+++ b/socialsharing_googleplus/Makefile
@@ -32,6 +32,6 @@ appstore:
--exclude=vendor/bin \
$(project_dir) $(sign_dir)
@echo "Signing…"
- tar -czf $(build_dir)/$(app_name).tar.gz \
+ tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
-C $(sign_dir) $(app_name)
openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name)-$(version).tar.gz | openssl base64; \
diff --git a/socialsharing_twitter/Makefile b/socialsharing_twitter/Makefile
index b122950..56b5123 100644
--- a/socialsharing_twitter/Makefile
+++ b/socialsharing_twitter/Makefile
@@ -32,6 +32,6 @@ appstore:
--exclude=vendor/bin \
$(project_dir) $(sign_dir)
@echo "Signing…"
- tar -czf $(build_dir)/$(app_name).tar.gz \
+ tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
-C $(sign_dir) $(app_name)
openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name)-$(version).tar.gz | openssl base64; \