src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnurld
diff options
context:
space:
mode:
Diffstat (limited to 'lnurld')
-rw-r--r--lnurld/build/tasks/main.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/lnurld/build/tasks/main.yaml b/lnurld/build/tasks/main.yaml
index 3dd30cc..4fc685c 100644
--- a/lnurld/build/tasks/main.yaml
+++ b/lnurld/build/tasks/main.yaml
@@ -42,4 +42,7 @@
path: "{{lnurld_build_dir}}/lnurld"
dest: "{{lnurld_srv_dir}}/lnurld-{{lnurld_version}}.tar.gz"
format: "gz"
+ # force a real tar for the single binary; the module otherwise gzips a lone
+ # file into a bare .gz that the server's unarchive can't extract.
+ force_archive: true
when: not build_file.stat.exists