comparison src/msys2-filesystem.mk @ 6434:a28c2b488272

* src/msys2-filesystem.mk: Mount temp folder without ACL translation (bug #63129).
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 29 Sep 2022 15:54:52 +0200
parents 38d42e4346af
children 1d9b775e3004
comparison
equal deleted inserted replaced
6433:97b754fe4871 6434:a28c2b488272
19 $(MSYS2_PKG_UPDATE) 19 $(MSYS2_PKG_UPDATE)
20 endef 20 endef
21 21
22 define $(PKG)_BUILD 22 define $(PKG)_BUILD
23 echo "# mount tmp to users profile temp dir" >> "$(1)/etc/fstab" 23 echo "# mount tmp to users profile temp dir" >> "$(1)/etc/fstab"
24 echo "none /tmp usertemp binary,posix=0 0 0" >> "$(1)/etc/fstab" 24 echo "none /tmp usertemp binary,noacl,posix=0 0 0" >> "$(1)/etc/fstab"
25 $(MSYS2_PKG_BUILD) 25 $(MSYS2_PKG_BUILD)
26 endef 26 endef