perlmodules rebuild.

This commit is contained in:
4fury-c3440d8
2022-11-19 13:43:48 +03:00
parent 425805bdbf
commit 5295eb7c0a
2 changed files with 21 additions and 0 deletions
@@ -0,0 +1,13 @@
diff --git a/pisi/actionsapi/perlmodules.py b/pisi/actionsapi/perlmodules.py
index cd59b76..2bfb9d5 100644
--- a/pisi/actionsapi/perlmodules.py
+++ b/pisi/actionsapi/perlmodules.py
@@ -72,7 +72,7 @@ def install(parameters = 'install'):
if system('make %s' % parameters):
raise InstallError, _('Make failed.')
else:
- if system('perl Build install'):
+ if system('perl Build install %s' % parameters):
raise MakeError, _('perl install failed.')
removePacklist()