mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
Create the directory, so we don't rename the cores themselves to /usr/local/lib/libretro.
This commit is contained in:
parent
dd2f21e157
commit
8b4408661a
@ -32,6 +32,7 @@ else
|
||||
LIBRETRO_DIR="$1"
|
||||
fi
|
||||
|
||||
mkdir "$LIBRETRO_DIR"
|
||||
for lib in "$RARCH_DIST_DIR"/*
|
||||
do
|
||||
if [ -f "$lib" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user