[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: debian: make @INLINE@ relative t
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: debian: make @INLINE@ relative to work around GNUnet bug |
Date: |
Fri, 16 Jul 2021 19:24:44 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 5ca45eb3 debian: make @INLINE@ relative to work around GNUnet bug
5ca45eb3 is described below
commit 5ca45eb3ad6a63375982dd3b639da23641c7bfff
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jul 16 19:24:39 2021 +0200
debian: make @INLINE@ relative to work around GNUnet bug
---
debian/etc/taler/auditor-service-default.conf | 2 +-
debian/etc/taler/exchange-service-default.conf | 6 +++---
debian/etc/taler/exchange-service-wire.conf | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/etc/taler/auditor-service-default.conf
b/debian/etc/taler/auditor-service-default.conf
index 3263ef88..259c4359 100644
--- a/debian/etc/taler/auditor-service-default.conf
+++ b/debian/etc/taler/auditor-service-default.conf
@@ -1 +1 @@
-@INLINE@ /etc/taler/auditor-system.conf
+@INLINE@ auditor-system.conf
diff --git a/debian/etc/taler/exchange-service-default.conf
b/debian/etc/taler/exchange-service-default.conf
index 1d177e2a..3ac3e4be 100644
--- a/debian/etc/taler/exchange-service-default.conf
+++ b/debian/etc/taler/exchange-service-default.conf
@@ -1,3 +1,3 @@
-@INLINE@ /etc/taler/exchange-system.conf
-@INLINE@ /etc/taler/exchange-db.conf
-@INLINE@ /etc/taler/exchange-business.conf
+@INLINE@ exchange-system.conf
+@INLINE@ exchange-db.conf
+@INLINE@ exchange-business.conf
diff --git a/debian/etc/taler/exchange-service-wire.conf
b/debian/etc/taler/exchange-service-wire.conf
index e51b4269..0f1ccd46 100644
--- a/debian/etc/taler/exchange-service-wire.conf
+++ b/debian/etc/taler/exchange-service-wire.conf
@@ -1,4 +1,4 @@
-@INLINE@ /etc/taler/exchange-system.conf
-@INLINE@ /etc/taler/exchange-db.conf
-@INLINE@ /etc/taler/exchange-business.conf
-@INLINE@ /etc/taler/exchange-wire-gateway.conf
+@INLINE@ exchange-system.conf
+@INLINE@ exchange-db.conf
+@INLINE@ exchange-business.conf
+@INLINE@ exchange-wire-gateway.conf
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: debian: make @INLINE@ relative to work around GNUnet bug,
gnunet <=