Update pathpicker from 0.6.0 to 0.6.1
[termux-packages] / packages / bash / build.sh
index 90c504d..52fbb3a 100755 (executable)
@@ -17,3 +17,7 @@ termux_step_pre_configure () {
                patch -p0 -i $PATCHFILE
        done
 }
+
+termux_step_post_make_install () {
+       sed "s|@TERMUX_PREFIX@|$TERMUX_PREFIX|" $TERMUX_PKG_BUILDER_DIR/etc-profile > $TERMUX_PREFIX/etc/profile
+}