fix build
Need to recurse into subdirs to follow git-annex links.
This commit is contained in:
parent
040889ff40
commit
abffc91575
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ makeinfos = do
|
||||||
version <- liftIO getChangelogVersion
|
version <- liftIO getChangelogVersion
|
||||||
now <- liftIO getCurrentTime
|
now <- liftIO getCurrentTime
|
||||||
liftIO $ putStrLn $ "building info files for version " ++ version ++ " in " ++ basedir
|
liftIO $ putStrLn $ "building info files for version " ++ version ++ " in " ++ basedir
|
||||||
fs <- liftIO $ dirContentsRecursiveSkipping (== "info") (basedir </> "git-annex")
|
fs <- liftIO $ dirContentsRecursiveSkipping (== "info") True (basedir </> "git-annex")
|
||||||
forM_ fs $ \f -> do
|
forM_ fs $ \f -> do
|
||||||
v <- lookupFile f
|
v <- lookupFile f
|
||||||
case v of
|
case v of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue