From 240b7ae2aeed6416645defab1d7c3702ac499077 Mon Sep 17 00:00:00 2001 From: madomado Date: Fri, 19 Jul 2024 00:36:34 +0800 Subject: [PATCH] fuck rpm Signed-off-by: madomado --- anda/langs/nim/nim/nim.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/nim/nim/nim.spec b/anda/langs/nim/nim/nim.spec index 342894a698..347b8723b0 100644 --- a/anda/langs/nim/nim/nim.spec +++ b/anda/langs/nim/nim/nim.spec @@ -46,7 +46,7 @@ and its standard library. %prep -rm -rf . +rm -rf ./* # using git clone to include submodules git clone --recurse-submodules -j8 https://github.com/nim-lang/Nim -b v%version --depth 1 . # hack