Browse Source

silly fix

android-5
its-pointless 7 years ago
committed by Fredrik Fornwall
parent
commit
2b6a3037b9
  1. 3
      packages/indent/build.sh

3
packages/indent/build.sh

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

Loading…
Cancel
Save