mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
Uninstall previous perl files using uninstall rather than src_install
This commit is contained in:
parent
0a98747dab
commit
fb35fcac4c
6 changed files with 2 additions and 32 deletions
|
|
@ -28,10 +28,3 @@ src_prepare() {
|
|||
mv ext/Digest-SHA ext/Digest/SHA
|
||||
mv ext/Data-Dumper ext/Data/Dumper
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# Remove old perl
|
||||
rm -rf "${PREFIX}"/lib/perl5/
|
||||
|
||||
default
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue