From: Joey Hess Date: Mon, 25 Jul 2022 18:10:30 +0000 (-0400) Subject: fix build X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~69^2~342 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a6ff335f0b3fdc481552a67c20232f7c8adfb584;p=git-annex.git fix build --- diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index 0243e9bcb1..d2327d0bd3 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -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