A few typos in previous commits

svn path=/nixos/trunk/; revision=21105
This commit is contained in:
Yury G. Kudryashov
2010-04-15 17:02:33 +00:00
parent 1e83fe6122
commit 267e0af8db
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ for i in $NIX_PROFILES; do # !!! reverse
# KDE/Gnome stuff.
export KDEDIRS=$i:$KDEDIRS
export QT_PLUGIN_PATH=$i/plugins:$QT_PLUGIN_PATH
export XDG_CONFIG_DIRS=$i/etc/xdg:$XDG_CONFIG_DIRS
export XDG_DATA_DIRS=$i/share:$XDG_DATA_DIRS
done