Clean up perl 5.16.3

This commit is contained in:
Samuel Tyler 2025-08-28 13:56:04 +10:00
parent b574ae96f8
commit 5f20fddc29
4 changed files with 19 additions and 6 deletions

View file

@ -92,11 +92,6 @@ src_compile() {
src_install() {
default
# install regcharclass.h to the filesystem
# This is for the following version of perl, because the bootstrapping story
# is incredibly bad there!
#cp regcharclass.h "${DESTDIR}/${PREFIX}/lib/perl5/5.16.3/regcharclass.h"
# Remove messed up manpages
rm "${DESTDIR}/"*.0
}