[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 07/10: BUILD: Fix error code copy file
From: |
gnunet |
Subject: |
[gnunet] 07/10: BUILD: Fix error code copy file |
Date: |
Wed, 18 Oct 2023 15:15:55 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
commit 1867346fd2615492fd1392849039f7cc621299f4
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Oct 18 14:24:03 2023 +0200
BUILD: Fix error code copy file
---
bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap b/bootstrap
index c8ab88b33..b635132a0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -164,7 +164,7 @@ gana_update()
cd ../gnunet-error-codes && \
make >/dev/null && \
cp gnunet_error_codes.h ../../../src/include && \
- cp gnunet_error_codes.c ../../../src/util || exit 1
+ cp gnunet_error_codes.c ../../../src/lib/util || exit 1
cd $cwd
else
echo "ERROR: No recutils found! Unable to generate recent GANA headers
and configs."
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] branch master updated (9ef4abad6 -> 65dbd214b), gnunet, 2023/10/18
- [gnunet] 01/10: BUILD: Move curl to lib, gnunet, 2023/10/18
- [gnunet] 02/10: BUILD: Move json to lib, gnunet, 2023/10/18
- [gnunet] 03/10: BUILD: Move pq/sq to lib, gnunet, 2023/10/18
- [gnunet] 05/10: BUILD: Move dhtu to plugin, gnunet, 2023/10/18
- [gnunet] 07/10: BUILD: Fix error code copy file,
gnunet <=
- [gnunet] 04/10: BUILD: Move testing to lib, gnunet, 2023/10/18
- [gnunet] 06/10: BUILD: Move arm to service/cli, gnunet, 2023/10/18
- [gnunet] 10/10: BUILD: Move identity/rest components to service/rest-plugin, gnunet, 2023/10/18
- [gnunet] 08/10: BUILD: Move core to service/cli, gnunet, 2023/10/18
- [gnunet] 09/10: BUILD: Move experimental components to contrib, gnunet, 2023/10/18