diff options
author | Sheogorath | 2018-09-21 01:23:39 +0200 |
---|---|---|
committer | Sheogorath | 2018-10-31 00:37:11 +0100 |
commit | 59b3885ddaa97e5a22022587a023d6db3c7caad7 (patch) | |
tree | 41775d44320cbef6e337141f2d911a67aec8c7ed /tmp | |
parent | 637f955bddabf953778d27ffe348683bf1c27653 (diff) |
Use OS based tmp dir
We should use the official OS temp directory instead of an own one, to
not run into conflicts. Also various dependencies already use the OS
temp directory, which makes it pointless to use a different for our
internal purposes then. This commit provides the changes needed to use
the OS tmp directory by default.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'tmp')
-rw-r--r-- | tmp/.keep | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tmp/.keep b/tmp/.keep deleted file mode 100644 index e69de29b..00000000 --- a/tmp/.keep +++ /dev/null |