Browse Source

colordiff: Skip the make step

android-5
Fredrik Fornwall 7 years ago
parent
commit
5d837b9af8
  1. 8
      packages/colordiff/build.sh

8
packages/colordiff/build.sh

@ -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…
Cancel
Save