Changeset 1116

Show
Ignore:
Timestamp:
11/14/08 06:49:28 (8 weeks ago)
Author:
douglas
Message:

Ubuntu profile!

Location:
Profiles
Files:
2 modified
1 copied

Legend:

Unmodified
Added
Removed
  • Profiles/Ubuntu

  • Profiles/Ubuntu/.bash_profile

    r1066 r1116  
    1010 
    1111BASH_ENV="$HOME/.bashrc" 
    12 PATH="/usr/local/sbin:/usr/sbin:/sbin:$PATH:$HOME/bin" 
     12PATH="$PATH:$HOME/bin" 
    1313EDITOR=vim 
    1414 
  • Profiles/setup.sh

    r1104 r1116  
    2020        ;; 
    2121(Linux) 
    22         if [[ -f /etc/debian_version ]]; then 
     22        if [[ -f /etc/lsb-release ]] && grep -q '^DISTRIB_ID=Ubuntu$' /etc/lsb-release; then 
     23                profile="$profiles/Ubuntu" 
     24        elif [[ -f /etc/debian_version ]]; then 
    2325                profile="$profiles/Debian" 
    2426        elif [[ -f /etc/redhat-release ]]; then