From a050a9ab8851e09db19d83379296cc462e29b92d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 1 Jul 2013 20:40:14 +0200 Subject: [PATCH] (retroarch-zip) BSD compatibility patch from random user. Maister - check this --- retroarch-zip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch-zip b/retroarch-zip index 114ae5e714..18cf542d67 100755 --- a/retroarch-zip +++ b/retroarch-zip @@ -17,7 +17,7 @@ if [ -z "$1" ]; then fi COMP_FILE="$1" -TMPDIR="`mktemp -d`" +TMPDIR="`mktemp -d /tmp/retroarch-XXXXXX`" shift extract_zip()