mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-15 06:10:57 +00:00
colordiff: Skip the make step
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user