diff --git a/programming/language/perl/perl-Authen-SASL/actions.py b/programming/language/perl/perl-Authen-SASL/actions.py index 357317f12c..1aefc34d53 100644 --- a/programming/language/perl/perl-Authen-SASL/actions.py +++ b/programming/language/perl/perl-Authen-SASL/actions.py @@ -6,11 +6,14 @@ from pisi.actionsapi import perlmodules from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools from pisi.actionsapi import get WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) def setup(): + shelltools.system("sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL || die") + perlmodules.configure() def build():