fix build

This commit is contained in:
Joey Hess 2022-07-25 14:10:30 -04:00
parent 0ffb860981
commit a6ff335f0b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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