[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 05/12: BUILD: Fix missing prefix in config data
From: |
gnunet |
Subject: |
[gnunet] 05/12: BUILD: Fix missing prefix in config data |
Date: |
Fri, 29 Sep 2023 19:40:02 +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 c847e2cd3e0635c7737d34c6b594329bcae08f04
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Sep 29 16:59:25 2023 +0200
BUILD: Fix missing prefix in config data
---
meson.build | 1 +
src/testbed/meson.build | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index e7c4a8eb1..17ba51a74 100644
--- a/meson.build
+++ b/meson.build
@@ -47,6 +47,7 @@ endif
# FIXME
cdata.set('extractor', 0)
+cdata.set('PREFIX', get_option('prefix'))
cdata.set('PKGDATADIRECTORY', get_option('datadir')/'gnunet')
cdata.set('SYSCONFDIR', get_option('sysconfdir'))
# Various checks
diff --git a/src/testbed/meson.build b/src/testbed/meson.build
index d7668d110..c04dc7259 100644
--- a/src/testbed/meson.build
+++ b/src/testbed/meson.build
@@ -12,7 +12,7 @@ libgnunettestbed_src = [
'testbed_api_barriers.c'
]
-configure_file(input : 'testbed.conf',
+configure_file(input : 'testbed.conf.in',
output : 'testbed.conf',
configuration : cdata,
install: true,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] branch master updated (1ae6f7e4c -> eba7744c6), gnunet, 2023/09/29
- [gnunet] 04/12: BUILD: wrong setup for infile, gnunet, 2023/09/29
- [gnunet] 01/12: BUILD: fix math dep, gnunet, 2023/09/29
- [gnunet] 03/12: BUILD: wrong setup for infile, gnunet, 2023/09/29
- [gnunet] 02/12: BUILD: resolver conf from in, gnunet, 2023/09/29
- [gnunet] 08/12: BUILD: fix man installation, gnunet, 2023/09/29
- [gnunet] 07/12: BUILD: fix versions and installation paths, gnunet, 2023/09/29
- [gnunet] 05/12: BUILD: Fix missing prefix in config data,
gnunet <=
- [gnunet] 09/12: BUILD: Add ats tool for now; fix installation of files, gnunet, 2023/09/29
- [gnunet] 11/12: BUILD: Fix doc directory again, actually build statisitics bin, gnunet, 2023/09/29
- [gnunet] 10/12: BUILD: Fix doc directory and doc installation, gnunet, 2023/09/29
- [gnunet] 06/12: BUILD: add tlds to git, gnunet, 2023/09/29
- [gnunet] 12/12: BUILD: towards better handbook integration, gnunet, 2023/09/29