Changeset 03c52662


Ignore:
Timestamp:
12/29/2021 11:29:20 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
afe14ff
Parents:
639991a
Message:

tree: Fix installing the manual page and prevent 'tree' from ending up
in /usr/local/bin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/tree.xml

    r639991a r03c52662  
    9494    </para>
    9595
    96 <screen role="root"><userinput>make MANDIR=/usr/share/man/man1 install &amp;&amp;
     96    <!-- Without MANDIR=/usr/share/man, it'll create /usr/share/man1/man1 and
     97         install 'tree.1' there. Also, without prefix=/usr, it'll install the
     98         'tree' command in /usr/local/bin. -->
     99
     100<screen role="root"><userinput>make prefix=/usr MANDIR=/usr/share/man install &amp;&amp;
    97101chmod -v 644 /usr/share/man/man1/tree.1</userinput></screen>
    98102
Note: See TracChangeset for help on using the changeset viewer.