Changeset 77e8024


Ignore:
Timestamp:
03/24/2022 02:05:15 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 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/soup3, xry111/xf86-video-removal
Children:
3fd97c4c
Parents:
9a6f0ab3
Message:

libportal: header removal should be done as root

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libportal.xml

    r9a6f0ab3 r77e8024  
    102102        If a previous version of libportal is installed, move the
    103103        headers out of the way so that later packages do not encounter
    104         conflicts:
     104        conflicts (as the <systemitem role="username">root</systemitem>
     105        user):
    105106      </para>
    106 <screen><userinput>if [ -e /usr/include/libportal ]; then
     107<screen role="root"><userinput>if [ -e /usr/include/libportal ]; then
    107108    rm -rf /usr/include/libportal.old &amp;&amp;
    108109    mv -vf /usr/include/libportal{,.old}
Note: See TracChangeset for help on using the changeset viewer.