From 54b16de9988367b2cb45b0025eeeef4e3009889f Mon Sep 17 00:00:00 2001 From: fbrehm Date: Tue, 21 Feb 2012 07:22:33 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- csh.env | 1 + profile.env | 1 + 2 files changed, 2 insertions(+) diff --git a/csh.env b/csh.env index 1d626a7..3a7ded7 100644 --- a/csh.env +++ b/csh.env @@ -36,6 +36,7 @@ setenv PYTHONDOCS_2_7 '/usr/share/doc/python-docs-2.7.1/html/library' 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' diff --git a/profile.env b/profile.env index 7e62d23..abe8b57 100644 --- a/profile.env +++ b/profile.env @@ -36,6 +36,7 @@ export PYTHONDOCS_2_7='/usr/share/doc/python-docs-2.7.1/html/library' 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' -- 2.39.5