fortune: Add package
[termux-packages] / packages / mosh / build.sh
index 2ad3fcd..1df5930 100644 (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
+}