From b184f6d578d21f87c940b68f75d5d57c7bc8aaa0 Mon Sep 17 00:00:00 2001 From: Jerzy Drozdz Date: Thu, 29 Sep 2022 15:42:40 +0200 Subject: [PATCH] Fixed install call --- .tito/tito.props | 2 +- ly.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tito/tito.props b/.tito/tito.props index eab3f19..4bf4ae5 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -1,5 +1,5 @@ [buildconfig] -builder = tito.builder.Builder +builder = tito.builder.SubmoduleAwareBuilder tagger = tito.tagger.VersionTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae) diff --git a/ly.spec b/ly.spec index 980aa9f..f8ee1b7 100644 --- a/ly.spec +++ b/ly.spec @@ -24,7 +24,7 @@ Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD. %install -%make_install systemd +%make_install installsystemd %check