mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
18 lines
295 B
Diff
18 lines
295 B
Diff
diff --git a/configure b/configure
|
|
index 28a0625..ea25488 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -624,12 +624,6 @@ fi
|
|
|
|
TMPDIR="."
|
|
|
|
-if [ -d /var/tmp ] ; then
|
|
- TMPDIR="/var/tmp"
|
|
-elif [ -d /tmp ] ; then
|
|
- TMPDIR=/tmp
|
|
-fi
|
|
-
|
|
${ECHO_CMD} Use TMP dir ${TMPDIR}
|
|
|
|
#########################
|