Create the directory, so we don't rename the cores themselves to /usr/local/lib/libretro.

This commit is contained in:
Alcaro 2014-09-15 22:23:30 +02:00
parent dd2f21e157
commit 8b4408661a

View file

@ -32,6 +32,7 @@ else
LIBRETRO_DIR="$1"
fi
mkdir "$LIBRETRO_DIR"
for lib in "$RARCH_DIST_DIR"/*
do
if [ -f "$lib" ]; then