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

/vbox/src/VBox/Additions/solaris/Installer/
H A Dmakepackage.sh48 VBOX_GGREP=/usr/sfw/bin/ggrep
52 VBOX_GGREP=`which grep`
59 if test ! -f "$VBOX_GGREP" && test ! -h "$VBOX_GGREP"; then
60 echo "## GNU grep not found in $VBOX_GGREP."
100 find . ! -type d | $VBOX_GGREP -v -E 'prototype|makepackage.sh|vboxguest.pkginfo|postinstall.sh|preremove.sh|vboxguest.space|vboxguest.depend|vboxguest.copyright' | pkgproto >> prototype
103 find . -type d | $VBOX_GGREP -E 'opt/VirtualBoxAdditions|var/svc/manifest/application/virtualbox' | pkgproto >> prototype
106 find . -type d | $VBOX_GGREP -E 'etc/fs/vboxfs' | pkgproto >> prototype
/vbox/src/VBox/Installer/solaris/
H A Dmakepackage.sh54 VBOX_GGREP=/usr/sfw/bin/ggrep
59 if test ! -f "$VBOX_GGREP" && test ! -h "$VBOX_GGREP"; then
60 echo "## GNU grep not found in $VBOX_GGREP."
134 find . ! -type d | $VBOX_GGREP -v -E 'prototype|makepackage.sh|vbox.pkginfo|postinstall.sh|checkinstall.sh|preremove.sh|ReadMe.txt|vbox.space|vbox.depend|vbox.copyright|VirtualBoxKern' | pkgproto >> prototype
138 find . -type d | $VBOX_GGREP -E 'opt/VirtualBox|var/svc/manifest/application/virtualbox' | pkgproto >> prototype

Completed in 31 milliseconds