cd "$SOURCE_DIRECTORY" &&
install hoz "$INSTALL_ROOT/usr/bin" &&
if [ -e ghoz ]; then
    install ghoz "$INSTALL_ROOT/usr/bin"
fi
