Ignore:
Timestamp:
05/12/2024 11:07:19 AM (5 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus
Children:
7d55a6a
Parents:
cd255e1 (diff), 910936c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk to 'lazarus' branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/profile.xml

    rcd255e1 ra722d59  
    172172
    173173# Set some defaults for graphical systems
    174 export XDG_DATA_DIRS=${XDG_DATA_DIRS:-/usr/share/}
    175 export XDG_CONFIG_DIRS=${XDG_CONFIG_DIRS:-/etc/xdg/}
     174export XDG_DATA_DIRS=${XDG_DATA_DIRS:-/usr/share}
     175export XDG_CONFIG_DIRS=${XDG_CONFIG_DIRS:-/etc/xdg}
    176176export XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR:-/tmp/xdg-$USER}
    177177
     
    345345
    346346# Set some defaults before other applications add to these paths.
    347 pathappend /usr/share/man  MANPATH
    348347pathappend /usr/share/info INFOPATH</literal>
    349348EOF</userinput></screen>
     349
     350      <note>
     351        <para>
     352          The <command>man</command> program automatically deduce the search
     353          path for man pages by examining the content of the
     354          <envar>PATH</envar> variable, see
     355          <ulink role='man' url='&man;manpath.5'>manpath(5)</ulink> for
     356          details.  Setting the <envar>MANPATH</envar> variable may override
     357          the automatic deduction, so the BLFS editors do not recommend to
     358          set it.  If you must set it for any reason, it's better to start
     359          its value with a colon (<literal>:</literal>), for example
     360          <command>MANPATH=:/opt/somepkg/share/man:/opt/otherpkg/share/man</command>
     361          so the paths listed in the <envar>MANPATH</envar> variable will
     362          be appended to the automatically deduced value instead of
     363          overriding it.
     364        </para>
     365      </note>
    350366
    351367    </sect3>
Note: See TracChangeset for help on using the changeset viewer.