summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-08 19:39:04 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-08 19:39:04 -0400
commit7c2cf28aff6bd71786ccd748429ab0656323f8b5 (patch)
treed39c672a65682b1dbb4d85291d80b417912bad33
parent5e9e96c4d898a9665f7acb49ae018fe1d85267b2 (diff)
fix OS build
-rw-r--r--Assistant/Install/AutoStart.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Install/AutoStart.hs b/Assistant/Install/AutoStart.hs
index 7dc0d497f..325896f24 100644
--- a/Assistant/Install/AutoStart.hs
+++ b/Assistant/Install/AutoStart.hs
@@ -14,7 +14,7 @@ import Utility.FreeDesktop
import Utility.OSX
import Utility.Path
import System.Directory
-import System.Path
+import System.FilePath
#endif
installAutoStart :: FilePath -> FilePath -> IO ()