projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef6d1e3
)
update for RawFilePath changes
author
Joey Hess
<joeyh@joeyh.name>
Tue, 31 Dec 2019 22:01:53 +0000
(18:01 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 31 Dec 2019 22:01:53 +0000
(18:01 -0400)
Build/DistributionUpdate.hs
patch
|
blob
|
history
diff --git
a/Build/DistributionUpdate.hs
b/Build/DistributionUpdate.hs
index b939121f0137739385d317a69c73c8695c2c2a5d..fae8d6eeadf6d5cb0f4c9afb4ae6f8e5e869e08e 100644
(file)
--- 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