chiark / gitweb /
gitk: use only template
[ian-dotfiles.git] / dot / configs / setenvir
index d6b1d83cad895997178b2f8d93e109010b92c6d3..42b58aee54644382ba44037fa9498a889a99a184 100644 (file)
@@ -63,6 +63,20 @@ export PAGER PERLLIB PS1 TRNINIT WWW_HOME
 LVM_SUPPRESS_FD_WARNINGS=1
 export LVM_SUPPRESS_FD_WARNINGS
 
+if test -d /mariner64; then
+       XEN_COMPILE_ARCH=x86_32
+       export XEN_COMPILE_ARCH
+fi
+
+
+if [ "x$debian_chroot" = x ] && test -f /etc/debian_chroot; then
+       read </etc/debian_chroot debian_chroot
+       debian_chroot="($debian_chroot)"
+       export debian_chroot
+fi
+
+
+
 unset ignoreeof
 
 umask 002