mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-25 21:20:41 +00:00
21 lines
533 B
Diff
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
|
|
|