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
|
||||
now <- liftIO getCurrentTime
|
||||
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
|
||||
v <- lookupFile f
|
||||
case v of
|
||||
|
|
Loading…
Reference in a new issue