# HG changeset patch # User Markus Mützel # Date 1664459692 -7200 # Node ID a28c2b488272e1d53313cab9e53e708fbe95e6a7 # Parent 97b754fe4871ffe58c7e02ca5c194ec61a49720f * src/msys2-filesystem.mk: Mount temp folder without ACL translation (bug #63129). diff -r 97b754fe4871 -r a28c2b488272 src/msys2-filesystem.mk --- a/src/msys2-filesystem.mk Tue Sep 27 08:25:10 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