diff --git a/packages/debianutils/Makefile.in.patch b/packages/debianutils/Makefile.in.patch new file mode 100644 index 0000000000..d7739ad20d --- /dev/null +++ b/packages/debianutils/Makefile.in.patch @@ -0,0 +1,20 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -360,12 +360,12 @@ + run_parts_SOURCES = run-parts.c + tempfile_SOURCES = tempfile.c + ischroot_SOURCES = ischroot.c +-dist_bin_SCRIPTS = which savelog +-dist_sbin_SCRIPTS = installkernel add-shell remove-shell update-shells ++dist_bin_SCRIPTS = savelog ++dist_sbin_SCRIPTS = + dist_man_MANS = run-parts.8 \ +- installkernel.8 savelog.8 \ +- tempfile.1 which.1 add-shell.8 \ +- remove-shell.8 update-shells.8 ischroot.1 ++ savelog.8 \ ++ tempfile.1 \ ++ ischroot.1 + + all: all-recursive + diff --git a/packages/debianutils/build.sh b/packages/debianutils/build.sh index 442bcce0cb..9fef3591f9 100644 --- a/packages/debianutils/build.sh +++ b/packages/debianutils/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Small utilities which are used primarily by the installa TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=5.7 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_${TERMUX_PKG_VERSION}.orig.tar.gz TERMUX_PKG_SHA256=27ec9e0e7e44dc8ab611aa576330471bacb07e4491ffecf0d3aa6909c92f9022 @@ -11,6 +12,8 @@ bin/add-shell bin/installkernel bin/remove-shell bin/update-shells +bin/which +share/man/man1/which.1 share/man/man8/add-shell.8 share/man/man8/installkernel.8 share/man/man8/remove-shell.8