diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Installer-freebsd-VBox.sh b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Installer-freebsd-VBox.sh --- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Installer-freebsd-VBox.sh +++ b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Installer-freebsd-VBox.sh @@ -16,7 +16,7 @@ +# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. +# + -+PATH="/usr/bin:/bin:/usr/sbin:/sbin" ++PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin" +CONFIG="/usr/local/etc/vbox/vbox.cfg" + +test -r "${CONFIG}" && diff --git a/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh b/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh --- a/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh +++ b/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh @@ -16,7 +16,7 @@ +# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. +# + -+PATH="/usr/bin:/bin:/usr/sbin:/sbin" ++PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin" +CONFIG="/usr/local/etc/vbox/vbox.cfg" + +test -r "${CONFIG}" &&