From 131b0adaf8dd7591bcf98fe65d7488c850570d93 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Sun, 19 Apr 2020 21:00:22 +0200 Subject: [PATCH] TkgThingy: Create ext config dir if needed Fixes https://github.com/Tk-Glitch/PKGBUILDS/issues/547 --- TkgThingy | 1 + 1 file changed, 1 insertion(+) diff --git a/TkgThingy b/TkgThingy index 5051154..695a19c 100755 --- a/TkgThingy +++ b/TkgThingy @@ -140,6 +140,7 @@ _main_loop() { elif [ "$_choice" == "3" ]; then exit 0 else + mkdir -p "$_EXT_CONFIG_PATH" echo -e "\nPlease select which tool you want to create external config files for (or all of them with option #1) :" select tkg_tools in "all" "dxvk_tools" "gamescope" "linux54_tkg" "linux55_tkg" "linux56_tkg" "linux57_rc_tkg" "mesa_git" "mostlyportable_gcc" "mostlyportable_mingw" "nvidia_all" "vkd3d_git" "proton_tkg" "wine_tkg" do