update for RawFilePath changes
authorJoey Hess <joeyh@joeyh.name>
Tue, 31 Dec 2019 22:01:53 +0000 (18:01 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 31 Dec 2019 22:01:53 +0000 (18:01 -0400)
Build/DistributionUpdate.hs

index b939121f0137739385d317a69c73c8695c2c2a5d..fae8d6eeadf6d5cb0f4c9afb4ae6f8e5e869e08e 100644 (file)
@@ -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