chore(main/entr): do not override termux_step_make

There does not seem to be any reason for it.
This commit is contained in:
Henrik Grimler 2021-05-13 21:57:31 +02:00
parent 31dfe9ff86
commit 5ed8877277
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 0 additions and 4 deletions

View File

@ -10,7 +10,3 @@ TERMUX_PKG_BUILD_IN_SRC=true
termux_step_configure() {
./configure
}
termux_step_make() {
make install
}