From d1c3864778578943997a091700b5fcb377595ae7 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 1 Dec 2020 09:21:54 -0500 Subject: [PATCH] Use the ZM_FONTDIR substitution instead of hardcoding a path --- scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in index 0291ab5cc..7df580d3a 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in +++ b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in @@ -3782,7 +3782,7 @@ our @options = ( }, { name => 'ZM_FONT_FILE_LOCATION', - default => '/zoneminder/fonts/default.zmfnt', + default => '@ZM_FONTDIR@/default.zmfnt', description => 'Font file location', help => 'This font is used for timestamp labels.', type => $types{string},