forked from security/hakurei
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>
This commit is contained in:
@@ -27,7 +27,7 @@ make \
|
|||||||
"-j$(nproc)" \
|
"-j$(nproc)" \
|
||||||
TEST_JOBS=256 \
|
TEST_JOBS=256 \
|
||||||
test_harness
|
test_harness
|
||||||
make DESTDIR=/work install
|
./perl -Ilib -I. installperl --destdir=/work
|
||||||
`, pkg.Path(AbsUsrSrc.Append("perl"), true, t.NewPatchedSource(
|
`, pkg.Path(AbsUsrSrc.Append("perl"), true, t.NewPatchedSource(
|
||||||
"perl", version, pkg.NewHTTPGetTar(
|
"perl", version, pkg.NewHTTPGetTar(
|
||||||
nil, "https://www.cpan.org/src/5.0/perl-"+version+".tar.gz",
|
nil, "https://www.cpan.org/src/5.0/perl-"+version+".tar.gz",
|
||||||
|
|||||||
Reference in New Issue
Block a user