9a0042c61e
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@2 3f5042e3-fb1d-0410-be18-d6ca2573e517
9 lines
195 B
Bash
9 lines
195 B
Bash
# setup maui path
|
|
if [ ! `echo $PATH | /bin/grep "maui/sbin"` ]; then
|
|
export PATH=$PATH:@prefix@/sbin
|
|
fi
|
|
if [ ! `echo $PATH | /bin/grep "maui/bin"` ]; then
|
|
export PATH=$PATH:@prefix@/bin
|
|
fi
|
|
|