commit 7a2deeea43da22b239b9009c82258aa11b1f3d67 parent 3b0f6c864d55d5e9f6307eaeea25eec6c16d72b8 Author: Christian Grothoff <grothoff@gnunet.org> Date: Mon, 4 Sep 2023 18:26:24 +0200 -fix minor dpkg build issues Diffstat:
| M | contrib/Makefile.am | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/Makefile.am b/contrib/Makefile.am @@ -22,8 +22,8 @@ terms_DATA = \ install-exec-local: pwd find locale/ -name "*.po" - mkdir -p $(termsdir) - cp --parents -r $$(find locale/ -name "*.po") $(termsdir) + mkdir -p $(DESTDIR)$(termsdir) + cp --parents -r $$(find locale/ -name "*.po") $(DESTDIR)$(termsdir) rdatadir=$(datadir)/taler/exchange rdata_DATA = \