colordiff: Skip the make step
This commit is contained in:
parent
ddd429197e
commit
8faf27fdd6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user