MuMech / MechJeb2

MechJeb2 - KSP mod
Other
1k stars 251 forks source link

capitalisation in Makefile #646

Closed chriscamacho closed 6 years ago

chriscamacho commented 9 years ago

no idea how pull works??

diff --git a/Makefile b/Makefile
index 66aa0c1..964dfad 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,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
Olympic1 commented 9 years ago

https://help.github.com/articles/creating-a-pull-request/

chriscamacho commented 9 years ago

yeah didn't work, deleted my fork...

lamont-granquist commented 6 years ago

fixed