aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-09 01:50:52 +0900
committerOphestra <cat@gensokyo.uk>2026-02-09 01:50:52 +0900
commit47995137b3c1c7cb1cc623bf1bea8344c94aab45 (patch)
treea81ca51212e0139f6f1af58dcc9643f54e5ba2b3 /internal
parente1b8607101bf36db35782ca5a4f096007604a18c (diff)
internal/rosa/perl: skip installing manpages
Perl manpages ignore prefix and gets installed to /. This change does not use the configure script because it is completely broken and specifying either "none" or a single space character (undocumented) has no effect. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/perl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/perl.go b/internal/rosa/perl.go
index a4476bbf..ef8d6968 100644
--- a/internal/rosa/perl.go
+++ b/internal/rosa/perl.go
@@ -27,7 +27,7 @@ make \
"-j$(nproc)" \
TEST_JOBS=256 \
test_harness
-make DESTDIR=/work install
+./perl -Ilib -I. installperl --destdir=/work
`, pkg.Path(AbsUsrSrc.Append("perl"), true, t.NewPatchedSource(
"perl", version, pkg.NewHTTPGetTar(
nil, "https://www.cpan.org/src/5.0/perl-"+version+".tar.gz",