From 3ab1fcab85676fcfa6601a821a8a23b709ce8a41 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 11 Apr 2012 20:56:27 +0000 Subject: [PATCH] Correct a typo in envars.conf --- BLFS/envars.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BLFS/envars.conf b/BLFS/envars.conf index a94c0fd..ce7c01f 100644 --- a/BLFS/envars.conf +++ b/BLFS/envars.conf @@ -93,7 +93,7 @@ export KDE4_PREFIX=/usr #if [ -z XDG_CONFIG_DIRS ]; then # XDG_CONFIG_DIRS=/etc/kde4/xdg #else -# XDG_CONFIG_DIRS=$XDG_DATA_DIRS:/etc/kde4/xdg +# XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/etc/kde4/xdg #fi #export KDE4_PREFIX KDE4DIR KDEDIR