mosh: Use perl directly instead of env

This commit is contained in:
Fredrik Fornwall 2016-04-09 18:04:12 -04:00
parent b4d7f3dd28
commit bd0332050f
1 changed files with 5 additions and 0 deletions

View File

@ -16,3 +16,8 @@ termux_step_pre_configure () {
cd $TERMUX_PKG_SRCDIR
./autogen.sh
}
termux_step_post_make_install () {
# Avoid env and specify perl directly:
sed -i'' '1 s|^.*$|#! /bin/perl|' $TERMUX_PREFIX/bin/mosh
}