aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2014-09-10 13:34:03 +0000
committerKris Moore <kmoore@FreeBSD.org>2014-09-10 13:34:03 +0000
commitc69500bc67bdf1d123007bbdf14ff95b14839285 (patch)
treeda2c2280d332219d96c695a919323749f1bff63f /emulators
parent021a5b1f66bc8f09e6058f7a525e0261107bab8e (diff)
downloadports-c69500bc67bdf1d123007bbdf14ff95b14839285.tar.gz
ports-c69500bc67bdf1d123007bbdf14ff95b14839285.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/pipelight/Makefile2
-rw-r--r--emulators/pipelight/files/pipelight-mkufs.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile
index 29be1a775326..c4f7e6daf3b4 100644
--- a/emulators/pipelight/Makefile
+++ b/emulators/pipelight/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pipelight
DISTVERSION= 0.2.7.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ \
http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg
diff --git a/emulators/pipelight/files/pipelight-mkufs.in b/emulators/pipelight/files/pipelight-mkufs.in
index 449f6aa5b22f..70eccd099efd 100644
--- a/emulators/pipelight/files/pipelight-mkufs.in
+++ b/emulators/pipelight/files/pipelight-mkufs.in
@@ -89,6 +89,6 @@ fi
chown $username:$username ${userhome}/.wine-pipelight
# Save to fstab
-echo "/dev/zvol/$zpool/$username-pipelight ${userhome}/.wine-pipelight ufs rw 0 0" >> /etc/fstab
+echo "/dev/zvol/$zpool/$username-pipelight ${userhome}/.wine-pipelight ufs rw,late 0 0" >> /etc/fstab
echo "ZVOL created and mounted to: ${userhome}/.wine-pipelight"