From 0478fb15db546f2d068416835ba5db2f5175b788 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 16 May 2016 09:23:58 -0400 Subject: [PATCH] Fix path issue for locale-archive.tmpl Change-Id: Id589c16aab46d447b3c21f00f3acfd06890e43d2 Signed-off-by: Paul Belanger --- elements/yum-minimal/pre-install.d/03-yum-cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/yum-minimal/pre-install.d/03-yum-cleanup b/elements/yum-minimal/pre-install.d/03-yum-cleanup index 2050d2b8..fb5da262 100755 --- a/elements/yum-minimal/pre-install.d/03-yum-cleanup +++ b/elements/yum-minimal/pre-install.d/03-yum-cleanup @@ -67,7 +67,7 @@ mv /usr/lib/locale/locale-archive /usr/lib/locale/locale-archive.tmpl # leave empty template behind as package does. I think this stops # upgrades redoing things -echo > /usr/locale/locale-archive.tmpl +echo > /usr/lib/locale/locale-archive.tmpl # remove the unnecessary source locale files and iconv files pushd /usr/share/locale