[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: use libeufin-bank to determine install
From: |
gnunet |
Subject: |
[libeufin] branch master updated: use libeufin-bank to determine install prefix |
Date: |
Tue, 26 Sep 2023 12:52:17 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new ea0bcd65 use libeufin-bank to determine install prefix
ea0bcd65 is described below
commit ea0bcd6577041d3748987821431277a3caf9fcda
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Sep 26 12:52:07 2023 +0200
use libeufin-bank to determine install prefix
---
contrib/wallet-core | 2 +-
util/src/main/kotlin/TalerConfig.kt | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/contrib/wallet-core b/contrib/wallet-core
index c5a3cd4c..9e2d95b3 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit c5a3cd4c50676c49fa6c67cbdeb609101c38e764
+Subproject commit 9e2d95b39723a038eb714d723ac0910a5bf596e2
diff --git a/util/src/main/kotlin/TalerConfig.kt
b/util/src/main/kotlin/TalerConfig.kt
index a0f5bf91..2a8644a5 100644
--- a/util/src/main/kotlin/TalerConfig.kt
+++ b/util/src/main/kotlin/TalerConfig.kt
@@ -322,7 +322,11 @@ class TalerConfig {
}
fun getTalerInstallPath(): String {
- return getInstallPathFromBinary("taler-config")
+ // We use the location of the libeufin-bank
+ // binary to determine the install prefix.
+ // If for some weird reason it's now found, we
+ // fall back to "/usr" as install prefix.
+ return getInstallPathFromBinary("libeufin-bank")
}
fun getInstallPathFromBinary(name: String): String {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: use libeufin-bank to determine install prefix,
gnunet <=