OSX build fixes
This commit is contained in:
parent
9f2ce19858
commit
1fb69fe01c
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ ensureInstalled = ifM (isJust <$> getEnv "GIT_ANNEX_PACKAGE_INSTALL")
|
|||
|
||||
#ifdef darwin_HOST_OS
|
||||
autostartfile <- userAutoStart osxAutoStartLabel
|
||||
installAutoStart program autostartfile
|
||||
installAutoStart (fromOsPath program) autostartfile
|
||||
#else
|
||||
ifM osAndroid
|
||||
( do
|
||||
|
|
|
@ -165,7 +165,7 @@ ignored = ig . takeFileName
|
|||
| f == literalOsPath ".gitignore" = True
|
||||
| f == literalOsPath ".gitattributes" = True
|
||||
#ifdef darwin_HOST_OS
|
||||
| f == literlosPath ".DS_Store" = True
|
||||
| f == literalOsPath ".DS_Store" = True
|
||||
#endif
|
||||
| otherwise = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue