Ignore:
Timestamp:
09/27/2021 07:56:30 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3343c4c
Parents:
6413d00e
git-author:
Xi Ruoyao <xry111@…> (09/27/2021 07:55:38 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/27/2021 07:56:30 AM)
Message:

prepend /usr/local/share to XDG_DATA_DIRS if it exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/profile.xml

    r6413d00e rbdd4ca4  
    343343fi
    344344
     345if [ -d /usr/local/share ]; then
     346        pathprepend /usr/local/share XDG_DATA_DIRS
     347fi
     348
    345349# Set some defaults before other applications add to these paths.
    346350pathappend /usr/share/man  MANPATH
Note: See TracChangeset for help on using the changeset viewer.