Searched refs:BIN_PKG (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Installer/solaris/
H A Dcheckinstall.sh56 $BIN_PKG $BASEDIR_OPT list "$1" >/dev/null 2>&1
84 BIN_PKG=`which pkg 2> /dev/null`
86 if test -x "$BIN_PKG"; then
101 if test ! -x "$BIN_PKG" && test ! -x "$BIN_PKGINFO"; then
102 errorprint "Missing or non-executable binaries: pkg ($BIN_PKG) and pkginfo ($BIN_PKGINFO)."
H A Dvboxconfig.sh230 BIN_PKG=`which pkg 2> /dev/null`
231 if test -x "$BIN_PKG"; then
232 PKGFMRI=`$BIN_PKG $BASEDIR_PKGOPT contents -H -t set -a name=pkg.fmri -o pkg.fmri pkg:/system/kernel 2> /dev/null`
236 PKGFMRI=`$BIN_PKG $BASEDIR_PKGOPT contents -H -t set -o pkg.fmri entire | head -1 2> /dev/null`
240 PKGFMRI=`$BIN_PKG $BASEDIR_PKGOPT contents -H -t set -o pkg.fmri opensolaris.org/entire | head -1 2> /dev/null`
309 errorprint "Solaris $HOST_OS_MAJORVERSION detected without executable $BIN_PKG !? I are confused."

Completed in 73 milliseconds