From: Joey Hess Date: Thu, 9 Mar 2023 15:43:55 +0000 (-0400) Subject: fix OSx build better X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~50^2~139 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1eb64f02499ef9b1e67c500ade67d03ee084fbfc;p=git-annex.git fix OSx build better --- diff --git a/Utility/DirWatcher/FSEvents.hs b/Utility/DirWatcher/FSEvents.hs index 1559b7eabc..107b73e8fb 100644 --- a/Utility/DirWatcher/FSEvents.hs +++ b/Utility/DirWatcher/FSEvents.hs @@ -90,7 +90,7 @@ watchDir dir ignored scanevents hooks = do where runhook h s = maybe noop (\a -> a f s) (h hooks) - getstatus = catchMaybeIO . R.getSymbolicLinkStatus . fromRawFilePath + getstatus = catchMaybeIO . R.getSymbolicLinkStatus . toRawFilePath {- Check each component of the path to see if it's ignored. -} ignoredPath :: (FilePath -> Bool) -> FilePath -> Bool