From: frank Date: Sun, 1 Apr 2012 06:46:05 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=7922aae9f9734a64cea3dbbb80bee11c6fce2aae;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/csh.env b/csh.env index f98b4a83..4a10b6a5 100644 --- a/csh.env +++ b/csh.env @@ -42,5 +42,6 @@ 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 VBOX_APP_HOME '/usr/lib64/virtualbox' setenv XDG_CONFIG_DIRS '/etc/xdg' setenv XDG_DATA_DIRS '/usr/local/share:/usr/share:/usr/share/gdm' diff --git a/profile.env b/profile.env index 02e06660..9bb5002f 100644 --- a/profile.env +++ b/profile.env @@ -42,5 +42,6 @@ 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 VBOX_APP_HOME='/usr/lib64/virtualbox' export XDG_CONFIG_DIRS='/etc/xdg' export XDG_DATA_DIRS='/usr/local/share:/usr/share:/usr/share/gdm'