3
0
Fork 0
forked from mirrors/nixpkgs

Fix typo in /etc/profile' that led to a wrong LD_LIBRARY_PATH'.

svn path=/nixos/trunk/; revision=12332
This commit is contained in:
Ludovic Courtès 2008-07-10 13:45:12 +00:00
parent 8eb0444ab8
commit 48ec05d257

View file

@ -1,7 +1,7 @@
export PATH=@wrapperDir@:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin
export LD_LIBRARY_PATH=/var/run/opengl-driver/lib
if test -n "@nssModulesPath@"; then
LD_LIBRARY_PATH=@nssModulesPath@$:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=@nssModulesPath@:$LD_LIBRARY_PATH
fi
export MODULE_DIR=@modulesTree@/lib/modules
export NIXPKGS_CONFIG=/nix/etc/config.nix