commit 1b9fb35fb4f9b5a34c484b6c923212bcd6c67426 parent 381c3919957e3dad2ad90bd5a971524f3e70a81d Author: Christian Grothoff <grothoff@gnunet.org> Date: Mon, 4 Sep 2023 23:57:46 +0200 fix debian package Diffstat:
| M | contrib/Makefile.am | | | 5 | ++--- |
| M | debian/anastasis-httpd.install | | | 4 | ++++ |
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/contrib/Makefile.am b/contrib/Makefile.am @@ -12,10 +12,9 @@ terms_DATA = \ anastasis-pp-v0.rst install-exec-local: - pwd find locale/ -name "*.po" - mkdir -p $(termsdir) - cp --parents -r $$(find locale/ -name "*.po") $(termsdir) + mkdir -p $(DESTDIR)$(datadir) + cp --parents -r $$(find locale/ -name "*.po") $(DESTDIR)$(datadir) extracted.h: *.json ./extract.sh diff --git a/debian/anastasis-httpd.install b/debian/anastasis-httpd.install @@ -11,3 +11,7 @@ usr/share/anastasis/* usr/share/anastasis/sql/* usr/share/anastasis/config.d/* debian/etc/* /etc/ +# Terms of service / privacy policy templates +usr/share/anastasis/terms/*.rst +# Translations of ToS/PP +usr/share/locale/*/LC_MESSAGES/*.po