#!/bin/bash
. ${OSPL_HOME}/install/make_functions

echo $*

installer_setup $*

OSPL_BUILDER_APP=`echo $OSPL_BUILDER | awk -F'/' '{ print $NF }'`

if [ "${OSPL_BUILDER_APP}" != "builder" ]
then
    doStandardPackage
fi
