gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix minor dpkg build issues


From: gnunet
Subject: [taler-exchange] branch master updated: -fix minor dpkg build issues
Date: Mon, 04 Sep 2023 18:26:28 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 7a2deeea -fix minor dpkg build issues
7a2deeea is described below

commit 7a2deeea43da22b239b9009c82258aa11b1f3d67
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Sep 4 18:26:24 2023 +0200

    -fix minor dpkg build issues
---
 contrib/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 01a65c40..40282db8 100644
--- 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 = \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]