Viitor_gnomeconf/etc/sysconfig/profile.d/gnome
kueller cfa49d66c6 Neue Version V963
git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_gnomeconf@5933 504e572c-2e33-0410-9681-be2bf7408885
2011-01-03 10:48:06 +00:00

14 lines
453 B
Bash

#!/bin/bash
export GNOME_PREFIX=/opt/gnome
export LIBGLADE_EXE_PREFIX=${GNOME_PREFIX}
if [ $EUID -eq 0 ]; then
export PATH="${PATH}:${GNOME_PREFIX}/sbin"
fi
export PATH="${PATH}:${GNOME_PREFIX}/bin"
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}${PKG_CONFIG_PATH+:}${GNOME_PREFIX}/lib/pkgconfig"
export XDG_DATA_DIRS="${XDG_DATA_DIRS}${XDG_DATA_DIRS+:}${GNOME_PREFIX}/share"
export XDG_CONFIG_DIRS="${XDG_CONFIG_DIRS}${XDG_CONFIG_DIRS+:}/etc/gnome/xdg"