Use tabs for intendation.

This commit is contained in:
jottr 2018-09-23 13:26:25 +02:00 committed by Fredrik Fornwall
parent 6857d6b031
commit 2992700b4f

View File

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