summaryrefslogtreecommitdiff
path: root/sysutils/freesbie/files/patch-extra_installports.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/freesbie/files/patch-extra_installports.sh')
-rw-r--r--sysutils/freesbie/files/patch-extra_installports.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/freesbie/files/patch-extra_installports.sh b/sysutils/freesbie/files/patch-extra_installports.sh
new file mode 100644
index 000000000000..fb8b6e072af8
--- /dev/null
+++ b/sysutils/freesbie/files/patch-extra_installports.sh
@@ -0,0 +1,11 @@
+--- extra/installports.sh.orig 2007-01-04 18:28:56 UTC
++++ extra/installports.sh
+@@ -35,7 +35,7 @@ if [ ! -z "${INSTALL_PORTS}" ]; then
+ mkdir -p ${BASEDIR}/usr/ports ${BASEDIR}/usr/src
+ mount_nullfs ${PORTSDIR:-/usr/ports} ${BASEDIR}/usr/ports
+ mount_nullfs ${SRCDIR:-/usr/src} ${BASEDIR}/usr/src
+- mount_devfs none ${BASEDIR}/dev
++ mount -t devfs none ${BASEDIR}/dev
+
+ print_error_umount() {
+ echo "Something went wrong, check errors!" >&2