Kerbal Inventory System (KIS)

Kerbal Inventory System (KIS)

1M Downloads

path issue with Linux Makefile

chriscamacho opened this issue ยท 1 comments

commented
diff --git a/Makefile b/Makefile
index 435b923..e631f94 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ else
                        XDG_DATA_HOME := ${HOME}/.local/share
                endif
                ifndef KSPDIR
-                       KSPDIR := ${XDG_DATA_HOME}/Steam/SteamApps/common/Kerbal\ Space\ Program
+                       KSPDIR := ${XDG_DATA_HOME}/Steam/steamapps/common/Kerbal Space Program
                endif
                MANAGED := ${KSPDIR}/KSP_Data/Managed/
        endif
commented

Obsolete