Files
termux-packages/packages/debianutils/Makefile.in.patch
termux-pacman-bot 0cf137f08d debianutils: Remove bin/which
which will be provided by another package named `which`.
2023-05-03 09:01:24 +00:00

21 lines
533 B
Diff

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