Uninstall previous perl files using uninstall rather than src_install

This commit is contained in:
fosslinux 2024-01-13 07:47:17 +11:00
parent 0a98747dab
commit fb35fcac4c
6 changed files with 2 additions and 32 deletions

View file

@ -22,10 +22,3 @@ src_prepare() {
rm -f fbyterun.h byterun.c
perl bytecode.pl
}
src_install() {
# Remove old perl
rm -rf "${PREFIX}"/lib/perl5/
default
}