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

echo "/usr/local"


