Fix typo in /etc/profile' that led to a wrong
LD_LIBRARY_PATH'.
svn path=/nixos/trunk/; revision=12332
This commit is contained in:
parent
8eb0444ab8
commit
48ec05d257
@ -1,7 +1,7 @@
|
|||||||
export PATH=@wrapperDir@:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin
|
export PATH=@wrapperDir@:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin
|
||||||
export LD_LIBRARY_PATH=/var/run/opengl-driver/lib
|
export LD_LIBRARY_PATH=/var/run/opengl-driver/lib
|
||||||
if test -n "@nssModulesPath@"; then
|
if test -n "@nssModulesPath@"; then
|
||||||
LD_LIBRARY_PATH=@nssModulesPath@$:$LD_LIBRARY_PATH
|
LD_LIBRARY_PATH=@nssModulesPath@:$LD_LIBRARY_PATH
|
||||||
fi
|
fi
|
||||||
export MODULE_DIR=@modulesTree@/lib/modules
|
export MODULE_DIR=@modulesTree@/lib/modules
|
||||||
export NIXPKGS_CONFIG=/nix/etc/config.nix
|
export NIXPKGS_CONFIG=/nix/etc/config.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user