#!/bin/sh
#
# getInstallRoot - Get the root of the install area
#

# On Linux we install into the X area to ensure it's in the path
# of the root user(as many Linux users seem to run as root).


# Note the install lib is also overriden for linux

getXRootPath


