Henrik Grimler
6 years ago
committed by
Leonid Plyushch
2 changed files with 8 additions and 7 deletions
@ -0,0 +1,7 @@ |
|||
termux_step_finish_build() { |
|||
echo "termux - build of '$TERMUX_PKG_NAME' done" |
|||
test -t 1 && printf "\033]0;%s - DONE\007" "$TERMUX_PKG_NAME" |
|||
mkdir -p /data/data/.built-packages |
|||
echo "$TERMUX_PKG_FULLVERSION" > "/data/data/.built-packages/$TERMUX_PKG_NAME" |
|||
exit 0 |
|||
} |
Loading…
Reference in new issue