diff mbox series

[3/4] bootstrap-configure: specfiy exec-prefix and libexecdir

Message ID 20240215225249.16242-3-Joakim.Tjernlund@infinera.com (mailing list archive)
State New, archived
Headers show
Series [1/4] Replace @exec_prefix@ with @libexecdir@ in .service files. | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
tedd_an/CheckPatch success CheckPatch PASS
tedd_an/GitLint success Gitlint PASS
tedd_an/IncrementalBuild success Incremental Build PASS

Commit Message

tjernlund@tjernlund.se Feb. 15, 2024, 10:52 p.m. UTC
Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
---
 bootstrap-configure | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/bootstrap-configure b/bootstrap-configure
index 1c26909b9..d927ff9c6 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -8,6 +8,8 @@  fi
     ./configure --enable-maintainer-mode \
 		--enable-debug \
 		--prefix=/usr \
+		--exec-prefix=/usr \
+		--libexecdir=/usr/libexec \
 		--mandir=/usr/share/man \
 		--sysconfdir=/etc \
 		--localstatedir=/var \