Browse Source

Use tabs for intendation.

android-5
jottr 6 years ago
committed by Fredrik Fornwall
parent
commit
670f4f9bff
  1. 4
      packages/git-crypt/build.sh

4
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
}

Loading…
Cancel
Save