debianutils: Remove bin/which

which will be provided by another package named `which`.
This commit is contained in:
termux-pacman-bot
2023-05-03 09:01:24 +00:00
parent 2399b431fd
commit 0cf137f08d
2 changed files with 23 additions and 0 deletions

View File

@@ -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

View File

@@ -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