summarylogtreecommitdiffstats
path: root/gog-heroes-of-might-and-magic-3-complete-edition-hd-mod
diff options
context:
space:
mode:
authorSandy Carter2022-11-30 18:55:32 -0500
committerSandy Carter2022-11-30 18:55:32 -0500
commit16a73190102926d035753d2206b96229c1e2a2b2 (patch)
tree30da5dead7e02afe5550836c0c746fcda7d9e59a /gog-heroes-of-might-and-magic-3-complete-edition-hd-mod
parente1aa2f54fb4e964605254cf12db1d4617c51ab4b (diff)
downloadaur-16a73190102926d035753d2206b96229c1e2a2b2.tar.gz
UnionFS: Remove use_ino and nonempty
Diffstat (limited to 'gog-heroes-of-might-and-magic-3-complete-edition-hd-mod')
-rwxr-xr-xgog-heroes-of-might-and-magic-3-complete-edition-hd-mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/gog-heroes-of-might-and-magic-3-complete-edition-hd-mod b/gog-heroes-of-might-and-magic-3-complete-edition-hd-mod
index 68299a54be3a..b980f03cc471 100755
--- a/gog-heroes-of-might-and-magic-3-complete-edition-hd-mod
+++ b/gog-heroes-of-might-and-magic-3-complete-edition-hd-mod
@@ -21,7 +21,7 @@ then
fi
if ! mountpoint "${UNIONFS_MNT}"
then
- if ! unionfs -o cow,allow_other,relaxed_permissions,use_ino,suid,dev,nonempty ${DATA_DIR}=RW:${SOURCE}=RO "${UNIONFS_MNT}"
+ if ! unionfs -o cow,allow_other,relaxed_permissions,suid,dev ${DATA_DIR}=RW:${SOURCE}=RO "${UNIONFS_MNT}"
then
echo "Failed to mount unionfs" >&2
exit 1