From d91a7d378610ee7386ec40e4662fdf45bdceb182 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 4 May 2021 00:11:08 +0300 Subject: [PATCH] glib2 rebuild 32bit fix --- system/base/glib2/actions.py | 2 +- system/base/glib2/pspec.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/system/base/glib2/actions.py b/system/base/glib2/actions.py index 531fa7c5..2367b7bd 100644 --- a/system/base/glib2/actions.py +++ b/system/base/glib2/actions.py @@ -50,7 +50,7 @@ def install(): pisitools.removeDir("/usr/_emul32") pisitools.removeDir("/usr/share/gdb") for f in shelltools.ls("%s/usr/lib32/pkgconfig" % get.installDIR()): - pisitools.dosed("%s/usr/lib32/pkgconfig/%s" % (get.installDIR(), f), "emul32", "share") + pisitools.dosed("%s/usr/lib32/pkgconfig/%s" % (get.installDIR(), f), "_emul32", "share") pisitools.dosed("%s/usr/lib32/pkgconfig/%s" % (get.installDIR(), f), "emul32", "bin") return diff --git a/system/base/glib2/pspec.xml b/system/base/glib2/pspec.xml index 3525b947..2b699acf 100644 --- a/system/base/glib2/pspec.xml +++ b/system/base/glib2/pspec.xml @@ -141,6 +141,13 @@ + + 2021-05-03 + 2.66.2 + Rebuild 32bit fix + Mustafa Cinasal + muscnslp@gmail.com + 2021-02-28 2.66.2