# HG changeset patch # User Markus Mützel # Date 1664459692 -7200 # Node ID 78b9fc115590087de45487aef9e0bd650b7d2fe9 # Parent bafd60e70fe367b2bf442d3c3a6e7def89959f9e * src/msys2-filesystem.mk: Mount temp folder without ACL translation (bug #63129). (grafted from a28c2b488272e1d53313cab9e53e708fbe95e6a7) diff -r bafd60e70fe3 -r 78b9fc115590 src/msys2-filesystem.mk --- a/src/msys2-filesystem.mk Fri Sep 16 08:35:38 2022 -0400 +++ b/src/msys2-filesystem.mk Thu Sep 29 15:54:52 2022 +0200 @@ -21,6 +21,6 @@ define $(PKG)_BUILD echo "# mount tmp to users profile temp dir" >> "$(1)/etc/fstab" - echo "none /tmp usertemp binary,posix=0 0 0" >> "$(1)/etc/fstab" + echo "none /tmp usertemp binary,noacl,posix=0 0 0" >> "$(1)/etc/fstab" $(MSYS2_PKG_BUILD) endef