Commit 5199214
committed
Create $XDG_RUNTIME_DIR in /run instead
Using tempfile::Builder::tempdir() defaults to creating this directory
in /tmp, which is shared with the host and often somewhat persistent.
This causes one extra directory to be created in the host /tmp every
time muvm runs.
Create this directory in /run instead, which is non-shared, and a more
idiomatic place for $XDG_RUNTIME_DIR.
Signed-off-by: Vivian Wang <[email protected]>1 parent 5b35e56 commit 5199214
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments