From 5295eb7c0a2178bf1f30523b19f13e00202f70af Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 19 Nov 2022 13:43:48 +0300 Subject: [PATCH] perlmodules rebuild. --- .../base/pisi/files/perlmodules_fix_Build_PL.patch | 13 +++++++++++++ system/base/pisi/pspec.xml | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 system/base/pisi/files/perlmodules_fix_Build_PL.patch diff --git a/system/base/pisi/files/perlmodules_fix_Build_PL.patch b/system/base/pisi/files/perlmodules_fix_Build_PL.patch new file mode 100644 index 00000000..d6670570 --- /dev/null +++ b/system/base/pisi/files/perlmodules_fix_Build_PL.patch @@ -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() diff --git a/system/base/pisi/pspec.xml b/system/base/pisi/pspec.xml index 5aaac792..2950a070 100644 --- a/system/base/pisi/pspec.xml +++ b/system/base/pisi/pspec.xml @@ -26,6 +26,7 @@ 0001-PackageKit-Search-Bug-Fix.patch pot_file_and_ru_translation.patch qt6-actionsapi.patch + perlmodules_fix_Build_PL.patch @@ -76,6 +77,13 @@ + + 2022-11-19 + 2.7.2 + Rebuild perlmodules. + Mustafa Cinasal + muscnsl@gmail.com + 2022-10-05 2.7.2