Changeset a4da374


Ignore:
Timestamp:
03/16/2024 07:46:52 AM (6 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
45b2abd3
Parents:
4351fab
Message:

Tweak path initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/profile.xml

    r4351fab ra4da374  
    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
Note: See TracChangeset for help on using the changeset viewer.