perlmodules rebuild.
This commit is contained in:
@@ -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()
|
||||
@@ -26,6 +26,7 @@
|
||||
<Patch level="1">0001-PackageKit-Search-Bug-Fix.patch</Patch>
|
||||
<Patch level="1">pot_file_and_ru_translation.patch</Patch>
|
||||
<Patch level="1">qt6-actionsapi.patch</Patch>
|
||||
<Patch level="1">perlmodules_fix_Build_PL.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -76,6 +77,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="23">
|
||||
<Date>2022-11-19</Date>
|
||||
<Version>2.7.2</Version>
|
||||
<Comment>Rebuild perlmodules.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="22">
|
||||
<Date>2022-10-05</Date>
|
||||
<Version>2.7.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user