commit 8d6ce0596181c6ac11cff91d197cac80b3a49d82 parent 2d92e6e16a7069a643d1baff0e1d73108797dbf0 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Tue, 29 Apr 2025 13:20:12 +0200 fix install prefix Diffstat:
| M | .buildbot/build.sh | | | 2 | +- |
| M | .buildbot/install.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.buildbot/build.sh b/.buildbot/build.sh @@ -1,4 +1,4 @@ #!/bin/bash -./configure +./configure --prefix=$HOME make diff --git a/.buildbot/install.sh b/.buildbot/install.sh @@ -1,3 +1,3 @@ #!/bin/bash -make install +make install && make uninstall