From 2e85f9325a797977eea9dfea0a925775ddd211d9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Feb 2021 12:49:00 +0100 Subject: Merging upstream version 1.29.0. Signed-off-by: Daniel Baumann --- build/subst.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build') diff --git a/build/subst.inc b/build/subst.inc index db891f24c..af9762334 100644 --- a/build/subst.inc +++ b/build/subst.inc @@ -5,9 +5,13 @@ -e 's#[@]pluginsdir_POST@#$(pluginsdir)#g' \ -e 's#[@]configdir_POST@#$(configdir)#g' \ -e 's#[@]libconfigdir_POST@#$(libconfigdir)#g' \ + -e 's#[@]pkglibexecdir_POST@#$(pkglibexecdir)#g' \ -e 's#[@]cachedir_POST@#$(cachedir)#g' \ -e 's#[@]registrydir_POST@#$(registrydir)#g' \ -e 's#[@]varlibdir_POST@#$(varlibdir)#g' \ + -e 's#[@]webdir_POST@#$(webdir)#g' \ + -e 's#[@]can_enable_aclk_POST@#$(can_enable_aclk)#g' \ + -e 's#[@]enable_cloud_POST@#$(enable_cloud)#g' \ $< > $@.tmp; then \ mv "$@.tmp" "$@"; \ else \ -- cgit v1.2.3