Changeset 89a2341 for x/installing


Ignore:
Timestamp:
08/14/2023 11:45:05 AM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
d0d22ee2
Parents:
9618962
Message:

libxcb: Fix documention ownership

I remember we've discussed this on IRC several months ago, and I just
noticed it again today...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libxcb.xml

    r9618962 r89a2341  
    115115<screen role="root"><userinput>make install</userinput></screen>
    116116
     117    <para>
     118      If the package was built as a non-&root; user, the installed
     119      documentation is now owned by this user.  As the &root; user,
     120      fix the ownership:
     121    </para>
     122
     123<screen role="root"><userinput>chown root:root $XORG_PREFIX/share/doc/libxcb-&libxcb-version;</userinput></screen>
     124
    117125  </sect2>
    118126
Note: See TracChangeset for help on using the changeset viewer.