(retroarch-zip) BSD compatibility patch from random user. Maister - check this

This commit is contained in:
twinaphex 2013-07-01 20:40:14 +02:00
parent 22dd9e2894
commit a050a9ab88

View File

@ -17,7 +17,7 @@ if [ -z "$1" ]; then
fi
COMP_FILE="$1"
TMPDIR="`mktemp -d`"
TMPDIR="`mktemp -d /tmp/retroarch-XXXXXX`"
shift
extract_zip()