mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
11 lines
196 B
Text
11 lines
196 B
Text
--- stereo3d.orig 2018-10-06 19:31:53 UTC
|
|
+++ stereo3d
|
|
@@ -37,8 +37,6 @@
|
|
#
|
|
if [ "$TMPDIR" ]; then
|
|
tmp=$TMPDIR/$$
|
|
-elif [ -d /usr/tmp ]; then
|
|
- tmp=/usr/tmp/$$
|
|
else
|
|
tmp=/tmp/$$
|
|
fi
|