Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fdroid: fix permissions on TMPDIR for Vagrant builds
Our `Makefile` implicitly creates the `TMPDIR` folder. The issue with that is that if `make fdroid-build-env` is called by `root` - as it is when being used by F-Droid - then the `TMPDIR` is also owned by `root`, and because its permissions are `0755` the `vagrant` user is unable to write to it. This is why implicit targets like this are a nightmare to debug: https://github.com/status-im/status-react/blob/63290fd019d26647e0b8a3d5f1e323b762644337/Makefile#L120-L124 For more details see: https://gitlab.com/fdroid/fdroidserver/-/issues/910 https://gitlab.com/fdroid/fdroiddata/-/merge_requests/8879 https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9140 Signed-off-by: Jakub Sokołowski <[email protected]>
- Loading branch information