Skip to content
Snippets Groups Projects
Commit 7a2ba406 authored by Luca Bigliardi's avatar Luca Bigliardi
Browse files

Replace BINDIR variable as well


Add bindir to the list of variables replaced at make time.

Signed-off-by: default avatarLuca Bigliardi <shammash@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 1bc6ab94
No related branches found
No related tags found
No related merge requests found
......@@ -355,6 +355,7 @@ $(REPLACE_VARS_SED): Makefile stamp-directories
{ echo 's#@PREFIX@#$(prefix)#g'; \
echo 's#@SYSCONFDIR@#$(sysconfdir)#g'; \
echo 's#@LOCALSTATEDIR@#$(localstatedir)#g'; \
echo 's#@BINDIR@#$(bindir)#g'; \
echo 's#@SBINDIR@#$(sbindir)#g'; \
echo 's#@GANETI_VERSION@#$(PACKAGE_VERSION)#g'; \
echo 's#@CUSTOM_XEN_KERNEL@#$(XEN_KERNEL)#g'; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment