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

/vbox/src/VBox/Installer/solaris/
H A Dcheckinstall.sh41 $BIN_PKGINFO $BASEDIR_OPT "$1" >/dev/null 2>&1
83 BIN_PKGINFO=`which pkginfo 2> /dev/null`
92 if test -x "$BIN_PKGINFO"; 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)."
201 if test -x "$BIN_PKGINFO"; then

Completed in 56 milliseconds