gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]