From e119863e0267ac1ccefc318e2256e463440d7a0d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 19 Feb 2020 14:24:05 +0000 Subject: [PATCH] MFC r353100: Do not remove the locale directory when building a system without locales This directory is actually needed during make installworld and will prevent to reinstall a system after make delete-old is done. PR: 226137 Reported by: rakuco --- tools/build/mk/OptionalObsoleteFiles.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 7840e836bb6..73c3de87e07 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -4849,7 +4849,6 @@ OLD_FILES+=usr/share/man/man1/lldb.1.gz .endif .if ${MK_LOCALES} == no -OLD_DIRS+=usr/share/locale OLD_DIRS+=usr/share/locale/af_ZA.ISO8859-15 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_COLLATE OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_CTYPE -- 2.45.0