glib2 rebuild 32bit fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -141,6 +141,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2021-05-03</Date>
|
||||
<Version>2.66.2</Version>
|
||||
<Comment>Rebuild 32bit fix</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnslp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2021-02-28</Date>
|
||||
<Version>2.66.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user