From fa55a832063ce5e6295da8c263eeede3b1bbeb47 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 31 Dec 2019 18:01:53 -0400 Subject: [PATCH] update for RawFilePath changes --- Build/DistributionUpdate.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index b939121f01..fae8d6eead 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -125,7 +125,7 @@ makeinfos updated version = do now <- liftIO getCurrentTime liftIO $ putStrLn $ "building info files" forM_ updated $ \(f, bv) -> do - v <- lookupFile f + v <- lookupFile (toRawFilePath f) case v of Nothing -> noop Just k -> whenM (inAnnex k) $ do