Changeset 66e1c88 for pst


Ignore:
Timestamp:
06/12/2023 12:33:17 PM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
bf92b52
Parents:
e8314fa
Message:

docbook-45-xml: Use --no-preserve=ownership instead of chown root:root

This avoids leaving root-owned files in the build directory, so it will
be easier to remove it as a normal user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/xml/docbook-45-xml.xml

    re8314fa r66e1c88  
    9898<screen role="root"><userinput>install -v -d -m755 /usr/share/xml/docbook/xml-dtd-&docBook-45-xml-version; &amp;&amp;
    9999install -v -d -m755 /etc/xml &amp;&amp;
    100 chown -R root:root . &amp;&amp;
    101 cp -v -af docbook.cat *.dtd ent/ *.mod \
     100cp -v -af --no-preserve=ownership docbook.cat *.dtd ent/ *.mod \
    102101    /usr/share/xml/docbook/xml-dtd-&docBook-45-xml-version;</userinput></screen>
    103102
Note: See TracChangeset for help on using the changeset viewer.