mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-22 10:42:31 +00:00
debianutils: Remove bin/which
which will be provided by another package named `which`.
This commit is contained in:
20
packages/debianutils/Makefile.in.patch
Normal file
20
packages/debianutils/Makefile.in.patch
Normal 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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user