diff --git a/packages/git-crypt/build.sh b/packages/git-crypt/build.sh index 806c2ddb9..fb78d4b05 100644 --- a/packages/git-crypt/build.sh +++ b/packages/git-crypt/build.sh @@ -10,10 +10,10 @@ TERMUX_PKG_BUILD_DEPENDS="openssl-dev" termux_step_make () { cd $TERMUX_PKG_SRCDIR - make + make } termux_step_make_install () { cd $TERMUX_PKG_SRCDIR - make install + make install }