exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 3b0f6c864d55d5e9f6307eaeea25eec6c16d72b8
parent fd6a1d1a6cc3069baace21b3822bf857618e356d
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon,  4 Sep 2023 18:24:45 +0200

-fix minor dpkg build issues

Diffstat:
Mcontrib/Makefile.am | 2+-
Msrc/templating/ORIGIN | 8+++++---
Rsrc/templating/Makefile.orig -> src/templating/mustach-original-Makefile | 0
Msrc/templating/run-original-tests.sh | 8++++----
4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = . -tmplpkgdatadir = $(prefix)/share/taler/exchange/templates/ +tmplpkgdatadir = $(datadir)/taler/exchange/templates/ dist_tmplpkgdata_DATA = \ persona-exchange-unauthorized.en.must \ persona-load-failure.en.must \ diff --git a/src/templating/ORIGIN b/src/templating/ORIGIN @@ -3,7 +3,9 @@ Cloned originally from https://gitlab.com/jobol/mustach/ Changes: ======== -Renamed original Makefile to Makefile.orig and wrote Makefile.am for us. +Renamed original Makefile to mustach-original-Makefile +and wrote Makefile.am for us. -Added run-original-tests.sh shell script as a wrapper around Makefile.org -to us the original build process for the test suite. +Added run-original-tests.sh shell script as a wrapper around +mustach-original-Makefile to use the original build process for the test +suite. diff --git a/src/templating/Makefile.orig b/src/templating/mustach-original-Makefile diff --git a/src/templating/run-original-tests.sh b/src/templating/run-original-tests.sh @@ -7,7 +7,7 @@ set -eu export CFLAGS="-g" -make -f Makefile.orig mustach || exit 77 -make -f Makefile.orig clean || true -make -f Makefile.orig basic-tests -make -f Makefile.orig clean || true +make -f mustach-original-Makefile mustach || exit 77 +make -f mustach-original-Makefile clean || true +make -f mustach-original-Makefile basic-tests +make -f mustach-original-Makefile clean || true