plamo: Workaround for building plamo 32bit 6.x container on current 7.x

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
This commit is contained in:
KATOH Yasufumi 2019-03-14 18:03:07 +09:00
parent 22824aff8f
commit 5f76c3c34c

View File

@ -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 )