mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
(retroarch-zip) BSD compatibility patch from random user. Maister - check this
This commit is contained in:
parent
22dd9e2894
commit
a050a9ab88
@ -17,7 +17,7 @@ if [ -z "$1" ]; then
|
||||
fi
|
||||
|
||||
COMP_FILE="$1"
|
||||
TMPDIR="`mktemp -d`"
|
||||
TMPDIR="`mktemp -d /tmp/retroarch-XXXXXX`"
|
||||
shift
|
||||
|
||||
extract_zip()
|
||||
|
Loading…
x
Reference in New Issue
Block a user