mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
29747f458a
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
12 lines
478 B
Python
12 lines
478 B
Python
--- xdg/BaseDirectory.py.orig Wed Mar 23 00:08:43 2005
|
|
+++ xdg/BaseDirectory.py Wed Mar 23 00:09:35 2005
|
|
@@ -33,7 +33,7 @@
|
|
os.path.join(_home, '.local', 'share'))
|
|
|
|
xdg_data_dirs = [xdg_data_home] + \
|
|
- os.environ.get('XDG_DATA_DIRS', '/usr/local/share:/usr/share').split(':')
|
|
+ os.environ.get('XDG_DATA_DIRS', '%%LOCALBASE%%/share/gnome:%%LOCALBASE%%/share:/usr/share').split(':')
|
|
|
|
xdg_config_home = os.environ.get('XDG_CONFIG_HOME',
|
|
os.path.join(_home, '.config'))
|