Merge pull request #25524 from Mic92/env

environment: remove lib/kde4/libexec from PATH
This commit is contained in:
Eelco Dolstra 2017-05-05 13:35:51 +02:00 committed by GitHub
commit ac9eb4e34f

View file

@ -31,7 +31,7 @@ in
# TODO: move most of these elsewhere
environment.profileRelativeEnvVars =
{ PATH = [ "/bin" "/sbin" "/lib/kde4/libexec" ];
{ PATH = [ "/bin" "/sbin" ];
INFOPATH = [ "/info" "/share/info" ];
PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
TERMINFO_DIRS = [ "/share/terminfo" ];