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},