colordiff: Skip the make step

This commit is contained in:
Fredrik Fornwall 2017-11-21 05:25:00 +01:00
parent ddd429197e
commit 8faf27fdd6

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