From dfa9e9d9d3f49abc6d4957677db65c141adc92e8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 7 Apr 2010 14:07:49 +0000 Subject: (svn r19572) -Change: sync Debian packaging updates from Debian, but keep building a single package --- os/debian/openttd-wrapper | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'os/debian/openttd-wrapper') diff --git a/os/debian/openttd-wrapper b/os/debian/openttd-wrapper index 3c35f7d36..6f85f00b0 100644 --- a/os/debian/openttd-wrapper +++ b/os/debian/openttd-wrapper @@ -2,8 +2,10 @@ # This is a wrapper script that checks openttd's exit status and # displays its stderr output -# Get a file to capture stderr to -TMPFILE=`mktemp --tmpdir openttd.errout.XXXXXXXXX` +# Get a file to capture stderr to. Use the deprecated -t option, so this +# works on the old mktemp from the mktemp package (which has been +# replaced by the version from the coreutils package). +TMPFILE=`mktemp -t openttd.errout.XXXXXXXXX` if [ ! -w "$TMPFILE" ]; then xmessage "Could not create temporary file for error messages. Not starting OpenTTD." -- cgit v1.2.3-70-g09d2