get any old rpms
to prevent makerepo from falling over on broken symlinks
This commit is contained in:
parent
6b2e471330
commit
a94d804f63
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ buildrpms topdir l = do
|
|||
, Param v
|
||||
, File rpmrepo
|
||||
]
|
||||
void $ inRepo $ runBool [Param "annex", Param "get", File rpmrepo]
|
||||
void $ liftIO $ boolSystem "createrepo" [File rpmrepo]
|
||||
void $ inRepo $ runBool [Param "annex", Param "add", File rpmrepo]
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue