mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Fix seamonkey for python-3.11
This commit is contained in:
parent
0a91797423
commit
28eef6489e
@ -276,6 +276,15 @@ EOF</userinput></screen>
|
||||
|
||||
<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
|
||||
|
||||
<para>
|
||||
Then fix an issue with regular expressions in python-3.11:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -e 's/?s)\./?s:.)/' \
|
||||
-e '/?m)/{s/?m)/?m:/;s/\$"/$)"/}' \
|
||||
-e '/?s)%/{s/?s)/?s:/;s/?"/?)"/}' \
|
||||
-i xpcom/idl-parser/xpidl/xpidl.py</userinput></screen>
|
||||
|
||||
<para>
|
||||
Compile <application>SeaMonkey</application> by running the following
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user