#!/bin/sh
#
# installOwner - create install record of the "owner" of a package
#
# SYNOPSIS: installOwner -o gmd

# Note the LOG value is set in installTreeps

mkInstallEntry -o $1 >> $LOG

