fix build
This commit is contained in:
parent
d73c8c4cb4
commit
a73d60785c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ getbuild repodir (url, f) = do
|
|||
putStrLn $ "*** " ++ s
|
||||
return Nothing
|
||||
uo <- defUrlOptions
|
||||
ifM (download nullMeterUpdate tmp uo)
|
||||
ifM (download nullMeterUpdate url tmp uo)
|
||||
( ifM (liftIO $ virusFree tmp)
|
||||
( do
|
||||
bv2 <- getbv
|
||||
|
|
Loading…
Reference in a new issue