summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-26 16:16:52 +0200
committerFlorian Dold <florian@dold.me>2021-07-26 16:16:52 +0200
commit02aa49cc36b91c19c21615d694d7b8b089044072 (patch)
tree25c98277b1a15ec830ef3837cace0e124cbfaec9 /src/auditor
parent6310a00e7ab3c8c70f51a62f2564b9a5a9fa2618 (diff)
downloadexchange-02aa49cc36b91c19c21615d694d7b8b089044072.tar.gz
exchange-02aa49cc36b91c19c21615d694d7b8b089044072.tar.bz2
exchange-02aa49cc36b91c19c21615d694d7b8b089044072.zip
install into usr/share/taler/exchange
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/Makefile.am2
-rw-r--r--src/auditor/taler-auditor.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am
index 709c7f823..b040126cd 100644
--- a/src/auditor/Makefile.am
+++ b/src/auditor/Makefile.am
@@ -29,7 +29,7 @@ bin_SCRIPTS = \
taler-auditor \
taler-helper-auditor-render.py
-edit_script = $(SED) -e 's,%pkgdatadir%,$(pkgdatadir),'g $(NULL)
+edit_script = $(SED) -e 's,%datadir%,$(datadir),'g $(NULL)
taler-auditor: taler-auditor.in
rm -f $@ $@.tmp && \
diff --git a/src/auditor/taler-auditor.in b/src/auditor/taler-auditor.in
index 26c5e2886..c8ea6b0c9 100644
--- a/src/auditor/taler-auditor.in
+++ b/src/auditor/taler-auditor.in
@@ -89,7 +89,7 @@ taler-helper-auditor-render.py \
${DIR}/coins.json \
${DIR}/deposits.json \
${DIR}/reserves.json \
- ${DIR}/wire.json < %pkgdatadir%/auditor-report.tex.j2 > ${DIR}/auditor-report.tex
+ ${DIR}/wire.json < %datadir%/taler/exchange/auditor-report.tex.j2 > ${DIR}/auditor-report.tex
cd ${DIR}
pdflatex auditor-report.tex < /dev/null &> /dev/null || true
pdflatex auditor-report.tex < /dev/null &> /dev/null || true