silly fix

This commit is contained in:
its-pointless 2018-03-13 10:50:08 +11:00 committed by Fredrik Fornwall
parent f0ee3a4508
commit 1aad4d5920

View File

@ -9,6 +9,7 @@ TERMUX_PKG_HOSTBUILD=true
termux_step_post_extract_package() {
# this should detect if we are running inside termux docker image
if [ $HOME = "/home/builder" ] && [ "grep docker /proc/1/cgroup > /dev/null" ]; then
sudo apt install texi2html
sudo apt update
sudo apt install texi2html
fi
}