From 8b4408661aa3dc40380a9176fd12de9bbb23d83b Mon Sep 17 00:00:00 2001 From: Alcaro Date: Mon, 15 Sep 2014 22:23:30 +0200 Subject: [PATCH] Create the directory, so we don't rename the cores themselves to /usr/local/lib/libretro. --- libretro-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-install.sh b/libretro-install.sh index d6e25f59..3b56db8d 100755 --- a/libretro-install.sh +++ b/libretro-install.sh @@ -32,6 +32,7 @@ else LIBRETRO_DIR="$1" fi +mkdir "$LIBRETRO_DIR" for lib in "$RARCH_DIST_DIR"/* do if [ -f "$lib" ]; then