fix build
This commit is contained in:
parent
0ffb860981
commit
a6ff335f0b
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ signFile f = do
|
|||
, Param "--detach-sign"
|
||||
, File f
|
||||
]
|
||||
liftIO $ rename (f ++ ".asc") (f ++ ".sig")
|
||||
liftIO $ R.rename (toRawFilePath (f ++ ".asc")) (toRawFilePath (f ++ ".sig"))
|
||||
void $ inRepo $ runBool [Param "add", File (f ++ ".sig")]
|
||||
|
||||
-- clamscan should handle unpacking archives, but did not in my
|
||||
|
|
Loading…
Reference in a new issue