diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-08 19:39:04 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-08 19:39:04 -0400 |
commit | 7c2cf28aff6bd71786ccd748429ab0656323f8b5 (patch) | |
tree | d39c672a65682b1dbb4d85291d80b417912bad33 /Assistant/Install/AutoStart.hs | |
parent | 5e9e96c4d898a9665f7acb49ae018fe1d85267b2 (diff) |
fix OS build
Diffstat (limited to 'Assistant/Install/AutoStart.hs')
-rw-r--r-- | Assistant/Install/AutoStart.hs | 2 |
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 () |