Changeset d7ba6b4d for xsoft/other


Ignore:
Timestamp:
11/04/2022 02:27:38 PM (18 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
27abacc, 54d09e7
Parents:
8c973e5
git-author:
Pierre Labastie <pierre.labastie@…> (11/04/2022 02:26:18 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (11/04/2022 02:27:38 PM)
Message:

Fix sed in mozilla apps

Sorry for forgetting the "xargs"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r8c973e5 rd7ba6b4d  
    253253    </para>
    254254
    255 <screen><userinput>grep -rl \"rU\" | sed -i 's/"rU"/"r"/'</userinput></screen>
     255<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
    256256
    257257<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.