From 7d4b25fc707570fa891c079d0d7db56459663de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= Date: Mon, 8 Feb 2021 03:25:55 +0100 Subject: [PATCH] Dont remove spec file --- ly.spec.rpkg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ly.spec.rpkg b/ly.spec.rpkg index 9a9e11c..fc97782 100644 --- a/ly.spec.rpkg +++ b/ly.spec.rpkg @@ -15,8 +15,7 @@ Requires: pam Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD. %prep -rm * -rf -git clone https://github.com/dhalucario/ly.git +git clone https://github.com/dhalucario/ly.git ly cd ly git checkout v0.5.2 make github