mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Fix sed in mozilla apps
Sorry for forgetting the "xargs"
This commit is contained in:
parent
8c973e5902
commit
d7ba6b4ddd
@ -187,7 +187,7 @@ esac</userinput></screen>
|
||||
in python-3.11:
|
||||
</para>
|
||||
|
||||
<screen><userinput>grep -rl \"rU\" | sed -i 's/"rU"/"r"/'</userinput></screen>
|
||||
<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
|
||||
|
||||
<para>
|
||||
Then run:
|
||||
|
@ -361,7 +361,7 @@ echo "613364a7-9418-4c86-bcee-57e32fd70c23" > mozilla-key</userinput></screen>
|
||||
in python-3.11:
|
||||
</para>
|
||||
|
||||
<screen><userinput>grep -rl \"rU\" | sed -i 's/"rU"/"r"/'</userinput></screen>
|
||||
<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
|
||||
|
||||
<para>
|
||||
Now invoke the Python <command>mach</command> script to compile the package.
|
||||
|
@ -274,7 +274,7 @@ EOF</userinput></screen>
|
||||
in python-3.11:
|
||||
</para>
|
||||
|
||||
<screen><userinput>grep -rl \"rU\" | sed -i 's/"rU"/"r"/'</userinput></screen>
|
||||
<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
|
||||
|
||||
<para>
|
||||
Compile <application>SeaMonkey</application> by running the following
|
||||
|
@ -252,7 +252,7 @@ esac</userinput></screen>
|
||||
in python-3.11:
|
||||
</para>
|
||||
|
||||
<screen><userinput>grep -rl \"rU\" | sed -i 's/"rU"/"r"/'</userinput></screen>
|
||||
<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
|
||||
|
||||
<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &&
|
||||
export MOZBUILD_STATE_PATH=./mozbuild &&
|
||||
|
Loading…
Reference in New Issue
Block a user