summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2014-04-06 08:41:41 +1200
committerKent Fredric <kentfredric@gmail.com>2014-04-06 08:41:41 +1200
commitb51c6b429d1834de1034341cfd954a0fdab65733 (patch)
treed91617ece762dd06501db5cbc273ef27663beab7 /eclass/perl-mb-tiny.eclass
parent[added] dev-perl/Test-Deep-JSON-0.30.0 (diff)
downloadperl-overlay-b51c6b429d1834de1034341cfd954a0fdab65733.tar.gz
perl-overlay-b51c6b429d1834de1034341cfd954a0fdab65733.tar.bz2
perl-overlay-b51c6b429d1834de1034341cfd954a0fdab65733.zip
[eclass] fix calls to base in perl-mb-tiny.eclass
Diffstat (limited to 'eclass/perl-mb-tiny.eclass')
-rw-r--r--eclass/perl-mb-tiny.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/perl-mb-tiny.eclass b/eclass/perl-mb-tiny.eclass
index 35d87c1eb..5f10b7475 100644
--- a/eclass/perl-mb-tiny.eclass
+++ b/eclass/perl-mb-tiny.eclass
@@ -30,12 +30,14 @@ EXPORT_FUNCTIONS ${PERLMB_EXPF};
perl-mb-tiny_src_unpack() {
debug-print-function $FUNCNAME "$@"
- base_src_unpack
+ unpacker_src_unpack
}
perl-mb-tiny_src_prepare() {
debug-print-function $FUNCNAME "$@"
- base_src_prepare
+ [[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}"
+ debug-print "$FUNCNAME: applying user patches"
+ epatch_user
perl_fix_osx_extra
esvn_clean
}