From 5f76c3c34c0b2b4e8746b9703e3c8141d553404c Mon Sep 17 00:00:00 2001 From: KATOH Yasufumi Date: Thu, 14 Mar 2019 18:03:07 +0900 Subject: [PATCH] plamo: Workaround for building plamo 32bit 6.x container on current 7.x Signed-off-by: KATOH Yasufumi --- templates/lxc-plamo.in | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/lxc-plamo.in b/templates/lxc-plamo.in index 019737c..5eef088 100644 --- a/templates/lxc-plamo.in +++ b/templates/lxc-plamo.in @@ -123,6 +123,7 @@ install_plamo() { pkgtool="pkgtools" else pkgtool="hdsetup" + LANG=C fi ( cd $dlcache ; tar xpJf "$pkgtool"-*.txz ; rm -rf tmp usr var )