add searchPathContents
And rename related functions for consistency.
This commit is contained in:
parent
aec2cf0abe
commit
1b63132ca3
18 changed files with 60 additions and 49 deletions
|
@ -291,7 +291,7 @@ downloadTorrentContent k u dest filenum p = do
|
|||
|
||||
checkDependencies :: Annex ()
|
||||
checkDependencies = do
|
||||
missing <- liftIO $ filterM (not <$$> inPath) deps
|
||||
missing <- liftIO $ filterM (not <$$> inSearchPath) deps
|
||||
unless (null missing) $
|
||||
giveup $ "need to install additional software in order to download from bittorrent: " ++ unwords missing
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue