summaryrefslogtreecommitdiff
path: root/Build/DistributionUpdate.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Build/DistributionUpdate.hs')
-rw-r--r--Build/DistributionUpdate.hs6
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs
index 35851fa34..d3d144afa 100644
--- a/Build/DistributionUpdate.hs
+++ b/Build/DistributionUpdate.hs
@@ -32,11 +32,7 @@ makeinfos = do
Nothing -> noop
Just (k, _b) -> whenM (inAnnex k) $ do
liftIO $ putStrLn f
- {- The info file is in the same directory
- - as the annex release bundle file. This
- - relies on each such file being in its
- - own directory. -}
- let infofile = (dropFileName f </> "info")
+ let infofile = f ++ ".info"
liftIO $ writeFile infofile $ show $ GitAnnexDistribution
{ distributionUrl = mkUrl basedir f
, distributionKey = k