mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 01:21:47 +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
|
fi
|
||||||
|
|
||||||
COMP_FILE="$1"
|
COMP_FILE="$1"
|
||||||
TMPDIR="`mktemp -d`"
|
TMPDIR="`mktemp -d /tmp/retroarch-XXXXXX`"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
extract_zip()
|
extract_zip()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user