Changeset 7087a34


Ignore:
Timestamp:
04/09/2023 01:38:15 PM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
04202bd
Parents:
6f62ab4
Message:

pipewire: Move rm -vf /usr/bin/pipewire-* just before ninja install

And add role='root' for it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/pipewire.xml

    r6f62ab4 r7087a34  
    119119
    120120    <para>
    121       First, remove any old binary executables that interfere with the
    122       build system. As the &root; user:
    123     </para>
    124  
    125 <screen><userinput>rm -vf /usr/bin/pipewire-*</userinput></screen>
    126 
    127     <para>
    128121      Install <application>pipewire</application> by running the following
    129122      commands:
     
    142135      To test the result, issue: <command>ninja test</command>.
    143136    </para>
     137
     138    <para>
     139      If upgrading from an earlier release of Pipewire, it's needed to
     140      remove any old binary executables that interfere with the
     141      installation.  As the &root; user:
     142    </para>
     143 
     144<screen role='root'><userinput>rm -vf /usr/bin/pipewire-*</userinput></screen>
    144145
    145146    <para>
Note: See TracChangeset for help on using the changeset viewer.