Ignore:
Timestamp:
01/21/2024 08:34:01 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
11c151b1
Parents:
5676803d
Message:

ibus: Remove overridden "-u" switch

"-u" means "only update the file if the zip archive contains the file
with the same name and newer timestamp", but "-o" means "always update
it regardless the timestamp". So "-u" has no effect with "-o" and it
should be removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    r5676803d r9e9d5ac  
    131131    </para>
    132132
    133 <screen role="root"><userinput>mkdir -p                /usr/share/unicode/ucd &amp;&amp;
    134 unzip -uo ../UCD.zip -d /usr/share/unicode/ucd</userinput></screen>
     133<screen role="root"><userinput>mkdir -p               /usr/share/unicode/ucd &amp;&amp;
     134unzip -o ../UCD.zip -d /usr/share/unicode/ucd</userinput></screen>
    135135
    136136<!--
Note: See TracChangeset for help on using the changeset viewer.