commit 7b20e41db973931990ab3ab61bbc245802d6621f parent 876fdea061f813b1524a7f7a89dfd60c4144f18d Author: Christian Grothoff <grothoff@gnunet.org> Date: Sat, 10 Feb 2024 20:00:29 +0100 fix Diffstat:
| M | packaging/ubuntu-mantic-docker/exchange-build.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packaging/ubuntu-mantic-docker/exchange-build.sh b/packaging/ubuntu-mantic-docker/exchange-build.sh @@ -11,7 +11,7 @@ export CC=gcc-12 # Fetch source rm -rf * -pip3 install htmlark +pip3 install --break-system-packages htmlark git clone git://git.taler.net/exchange cd exchange