diff options
-rw-r--r-- | emulators/pipelight/Makefile | 2 | ||||
-rw-r--r-- | emulators/pipelight/files/pipelight-mkufs.in | 2 |
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" |