From ffd67ba6ebf194e54a7339cf0a4b46b53a905b72 Mon Sep 17 00:00:00 2001 From: frank Date: Tue, 17 Jan 2012 11:11:58 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- csh.env | 1 + ld.so.conf | 1 + profile.env | 1 + 3 files changed, 3 insertions(+) diff --git a/csh.env b/csh.env index 7e3adafb..c3284f71 100644 --- a/csh.env +++ b/csh.env @@ -38,6 +38,7 @@ setenv PYTHONDOCS_3_1 '/usr/share/doc/python-docs-3.1.3/html/library' setenv QT_PLUGIN_PATH '/usr/lib64/kde4/plugins' setenv ROOTPATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3:/usr/lib64/subversion/bin' setenv RUBYOPT '-rauto_gem' +setenv R_HOME '/usr/lib64/R' setenv SANE_CONFIG_DIR '/etc/sane.d' setenv USB_DEVFS_PATH '/dev/bus/usb' setenv XDG_CONFIG_DIRS '/etc/xdg' diff --git a/ld.so.conf b/ld.so.conf index 44426071..9844d770 100644 --- a/ld.so.conf +++ b/ld.so.conf @@ -23,4 +23,5 @@ include ld.so.conf.d/*.conf /usr/games/lib64 /usr/games/lib32 /usr/games/lib +/usr/lib64/R/lib /usr/lib64/fltk-1 diff --git a/profile.env b/profile.env index f868c9c8..2fbebefa 100644 --- a/profile.env +++ b/profile.env @@ -38,6 +38,7 @@ export PYTHONDOCS_3_1='/usr/share/doc/python-docs-3.1.3/html/library' export QT_PLUGIN_PATH='/usr/lib64/kde4/plugins' export ROOTPATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3:/usr/lib64/subversion/bin' export RUBYOPT='-rauto_gem' +export R_HOME='/usr/lib64/R' export SANE_CONFIG_DIR='/etc/sane.d' export USB_DEVFS_PATH='/dev/bus/usb' export XDG_CONFIG_DIRS='/etc/xdg' -- 2.39.5