colordiff: Skip the make step

This commit is contained in:
Fredrik Fornwall
2017-11-21 05:25:00 +01:00
parent d32d5a28d5
commit 5d837b9af8

View File

@@ -8,7 +8,13 @@ TERMUX_PKG_DEPENDS="perl"
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_post_configure(){
termux_step_make() {
# Skip the 'make' invocation as it only tries to
# rebuild the documentation.
continue
}
termux_step_post_configure() {
export INSTALL_DIR=${PREFIX}/bin
export MAN_DIR=${PREFIX}/share/man/man1
export ETC_DIR=${PREFIX}/etc