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

# On SunOS we install in /usr/openwin

echo "/usr/openwin"
