feat(tunable): remove @{user_tmp_dirs} as it refers to different kind of temp folder.

This commit is contained in:
Alexandre Pujol 2024-10-08 22:59:50 +01:00
parent 28706b2a78
commit 630e785787
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 6 additions and 8 deletions

View file

@ -68,7 +68,6 @@ title: Variables References
| State | `@{user_state_dirs}` | ` @{HOME}/@{XDG_STATE_DIR}` |
| Build | `@{user_build_dirs}` | `/tmp/build/` |
| Packages | `@{user_pkg_dirs}` | `/tmp/pkg/` |
| Tmp | `@{user_tmp_dirs}` | `@{run}/user/@{uid} /tmp/` |
</figure>