summaryrefslogtreecommitdiff
path: root/graphics/raster3d/files/patch-label3d
blob: b1efc1908b2eee60c34fd3d6d64228dbb10add6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- label3d.orig	2018-10-06 19:26:10 UTC
+++ label3d
@@ -39,7 +39,7 @@ if [ ! "$FONTSCALE" ]; then FONTSCALE=3.
 if [ "$TMPDIR" ]; then
     tmp=$TMPDIR/$$
 else
-    tmp=/usr/tmp/$$
+    tmp=/tmp/$$
 fi
 #echo "DEBUG scratch files to $tmp"  1>&2