commit: f699ad0823dc0d3edc737883209bf97ea41fa7a4
parent 213b121fb796ef9a136a7701a79074ef8aee9156
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 28 Mar 2026 15:56:27 +0100
Revert "remove manpages to save size"
Breaks things, specially /extras/ too much, would kind of defeat
the point to maintain a bunch of patches.
This reverts commit aa243500949aac91b9f914cbb0575b9aecc23c91.
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
X-Contrib-Policy: CONTRIBUTING.md 2026-03-12
Diffstat:
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/init.sh b/init.sh
@@ -140,7 +140,7 @@ build_utils_std() {
pdpmake cmd/mkdir || die
pdpmake all || die
pdpmake selfcheck
- pdpmake install MAN1='' || die
+ pdpmake install || die
pdpmake clean || die
export PATH="$oldpath"
diff --git a/make-root.sh b/make-root.sh
@@ -146,9 +146,6 @@ if ! test "${EXCLUDE_EXTRAS:+y}" = "y"; then
patch -d ./extras/usign-*/ -p1 <"${WORKDIR}/extras/usign-patches/0001-Use-static-buffer-for-default-sigfile-path.patch"
fi
-# remove manpages
-find -type f -name '*.[0-9]' -exec rm '{}' +
-
deblob -c || die
mkdir -p dev proc sys etc usr/bin var/empty || die "Failed creating base directories"