summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkardel <kardel@pkgsrc.org>2021-02-11 06:56:35 +0000
committerkardel <kardel@pkgsrc.org>2021-02-11 06:56:35 +0000
commit8685f26904ef62e12f9abc03d4372ab5d39aa48b (patch)
treee692c21fb312bd26e1b6594224ecff5c6c349fb0
parent5e74745171e5e1c847e9f5980d33cb5641c168ce (diff)
downloadpkgsrc-8685f26904ef62e12f9abc03d4372ab5d39aa48b.tar.gz
sysutils/bareos: fix path replacement (core/scripts/bareos-config-lib.sh.in)
-rw-r--r--sysutils/bareos/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/bareos/Makefile.common b/sysutils/bareos/Makefile.common
index 94370eb9af0..e3db39a6302 100644
--- a/sysutils/bareos/Makefile.common
+++ b/sysutils/bareos/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2021/02/10 11:27:19 kardel Exp $
+# $NetBSD: Makefile.common,v 1.4 2021/02/11 06:56:35 kardel Exp $
# used by sysutils/bareos-clientonly/Makefile
GITHUB_PROJECT= bareos
@@ -31,6 +31,7 @@ SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
SUBST_MESSAGE.paths= Fixing absolute paths.
SUBST_FILES.paths+= core/src/cats/make_catalog_backup.pl.in
+SUBST_FILES.paths+= core/scripts/bareos-config-lib.sh.in
SUBST_SED.paths= -e 's,"/usr/local,"${PREFIX},g'
SUBST_SED.paths+= -e 's,"/var/log,"${VARBASE}/log,g'
SUBST_VARS.paths= LOCALBASE PREFIX PKGVERSION