Reduce number of places where perl version is hardcoded.

This commit is contained in:
Andrius Štikonas 2021-02-19 21:12:08 +00:00
parent 4276dfee1d
commit d5c8698964
9 changed files with 25 additions and 19 deletions

View file

@ -23,8 +23,8 @@ src_prepare() {
}
src_install() {
default_src_install
# Remove old perl
rm -rf "${PREFIX}"/lib/perl5/5.004_05
rm -rf "${PREFIX}"/lib/perl5/
default_src_install
}