aboutsummaryrefslogtreecommitdiff
path: root/misc/kde4-xdg-env/files
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-07-17 23:04:22 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-07-17 23:04:22 +0000
commitef4b89628e3b86d5cb760f8d732f7c201aba88a7 (patch)
treec447288a3b6e809f0ab8147b57d40d087395d628 /misc/kde4-xdg-env/files
parent7780b8e31ffb3d6db71b432a56fd9b1addaf3651 (diff)
Notes
Diffstat (limited to 'misc/kde4-xdg-env/files')
-rw-r--r--misc/kde4-xdg-env/files/xdg-env.sh.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/kde4-xdg-env/files/xdg-env.sh.in b/misc/kde4-xdg-env/files/xdg-env.sh.in
index 394d578ae71f..31771ed9e6b9 100644
--- a/misc/kde4-xdg-env/files/xdg-env.sh.in
+++ b/misc/kde4-xdg-env/files/xdg-env.sh.in
@@ -5,8 +5,7 @@
# Submit missing XDG-file locations to kde@freebsd.org!
XDG_CONFIG_DIRS=\
-${XDG_CONFIG_DIRS}:/etc/xdg:%%LOCALBASE%%/etc/xdg:%%X11BASE%%/etc/xdg:\
-%%LOCALBASE%%/etc/xdg/xfce4
+${XDG_CONFIG_DIRS}:/etc/xdg:%%LOCALBASE%%/etc/xdg:%%LOCALBASE%%/etc/xdg/xfce4
if [ %%KDE_PREFIX%% != %%LOCALBASE%% ]; then
XDG_CONFIG_DIRS=${XDG_CONFIG_DIRS}:%%KDE_PREFIX%%/etc/xdg
@@ -15,8 +14,7 @@ fi
export XDG_CONFIG_DIRS
XDG_DATA_DIRS=\
-${XDG_DATA_DIRS}:/usr/share:%%LOCALBASE%%/share:%%LOCALBASE%%/share/gnome:\
-%%X11BASE%%/share:%%X11BASE%%/share/gnome
+${XDG_DATA_DIRS}:/usr/share:%%LOCALBASE%%/share:%%LOCALBASE%%/share/gnome
if [ %%KDE_PREFIX%% != %%LOCALBASE%% ]; then
XDG_DATA_DIRS=${XDG_DATA_DIRS}:%%KDE_PREFIX%%/share