Merge pull request #17 from tenforward/plamo

plamo: Workaround for building plamo 32bit 6.x container on current 7.x
This commit is contained in:
Christian Brauner 2019-03-14 23:39:16 +01:00 committed by GitHub
commit 71c91d48ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 )