From 4a5e34f0a03b7dbe15e6c4d8c745e85460f169cc Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Wed, 21 Sep 2022 18:51:42 +0200 Subject: [PATCH] update specifications Signed-off-by: Toshaan Bharvani --- SOURCES/.gitkeeper | 0 SPECS/ly.spec | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 SOURCES/.gitkeeper mode change 100644 => 100755 SPECS/ly.spec diff --git a/SOURCES/.gitkeeper b/SOURCES/.gitkeeper old mode 100644 new mode 100755 diff --git a/SPECS/ly.spec b/SPECS/ly.spec old mode 100644 new mode 100755 index 5d1b9fd..7d2ce05 --- a/SPECS/ly.spec +++ b/SPECS/ly.spec @@ -23,7 +23,7 @@ Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD. %prep %autosetup -T -c %{name}-%{version} git clone https://github.com/fairyglade/ly . -#git checkout v%{version} +git checkout v%{version} git submodule update --init --recursive @@ -33,6 +33,7 @@ git submodule update --init --recursive %install %make_install +%make_install installsystemd %post