saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-02-27 02:01:39 +01:00 committed by root
parent b3cea8d893
commit fbc04b8ae9
5 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -12,6 +12,8 @@
include ld.so.conf.d/*.conf
/usr/lib32/OpenCL/vendors/nvidia
/usr/lib64/OpenCL/vendors/nvidia
/usr/lib32/opengl/xorg-x11/lib
/usr/lib64/opengl/xorg-x11/lib
/usr/lib64/qca2
/usr/lib64/qt4
/usr/lib32/qt4

View File

@ -28,6 +28,8 @@
-h include ld.so.conf.d/*.conf/
-h /usr/lib32/OpenCL/vendors/nvidia/
-h /usr/lib64/OpenCL/vendors/nvidia/
-h /usr/lib32/opengl/xorg-x11/lib/
-h /usr/lib64/opengl/xorg-x11/lib/
-h /usr/lib64/qca2/
-h /usr/lib64/qt4/
-h /usr/lib32/qt4/

View File

@ -13,6 +13,7 @@ setenv LANG 'de_DE.utf8'
setenv LC_COLLATE 'C'
setenv LC_MESSAGES 'en_US.utf8'
setenv OPENCL_PROFILE 'nvidia'
setenv OPENGL_PROFILE 'xorg-x11'
setenv GCC_SPECS ''
setenv MULTIOSDIRS '../lib64:../lib32'
setenv RUBYOPT '-rauto_gem'

View File

@ -13,6 +13,7 @@ export LANG='de_DE.utf8'
export LC_COLLATE='C'
export LC_MESSAGES='en_US.utf8'
export OPENCL_PROFILE='nvidia'
export OPENGL_PROFILE='xorg-x11'
export GCC_SPECS=''
export MULTIOSDIRS='../lib64:../lib32'
export RUBYOPT='-rauto_gem'