diff --git a/Setup.hs b/Setup.hs index 4a9ad07a..d446377b 100644 --- a/Setup.hs +++ b/Setup.hs @@ -139,7 +139,7 @@ mkInfo = do getPath s = let l = last (lines s) in if take 14 l == "Shared folder:" - then Just (drop 14 l "lib") + then Just (drop 15 l "lib") else Nothing getRGLBuildDir :: Info -> Mode -> FilePath