Changeset fd7ff40 for networking/textweb


Ignore:
Timestamp:
06/01/2024 01:22:25 PM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
gimp3, trunk, xry111/spidermonkey128
Children:
77ba659
Parents:
a06c874
git-author:
Xi Ruoyao <xry111@…> (06/01/2024 01:21:22 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/01/2024 01:22:25 PM)
Message:

lynx: Add back chgrp

If building the package as a non-root user and then install via su or
sudo, the chgrp command is still needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/textweb/lynx.xml

    ra06c874 rfd7ff40  
    100100    </para>
    101101
     102    <!-- note that chgrp needed if building as a non-root user and then
     103         install via sudo or su -->
    102104    <para>
    103105      Now, as the <systemitem class="username">root</systemitem> user:
    104106    </para>
    105107
    106 <screen role='root'><userinput>make install-full</userinput></screen>
     108<screen role='root'><userinput>make install-full
     109chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/lynx_doc</userinput></screen>
    107110
    108111  </sect2>
Note: See TracChangeset for help on using the changeset viewer.