From ef2b01e927cc6c2da909f235d6a182ffc1ae2595 Mon Sep 17 00:00:00 2001 From: cat-master21 <96554164+cat-master21@users.noreply.github.com> Date: Sun, 9 Apr 2023 23:35:10 -0700 Subject: [PATCH] fix(unity-settings-daemon): remove rpmlint warning (#370) Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> --- anda/lib/unity-settings-daemon/unity-settings-daemon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/unity-settings-daemon/unity-settings-daemon.spec b/anda/lib/unity-settings-daemon/unity-settings-daemon.spec index ed0be46719..e5ac6aa4ba 100644 --- a/anda/lib/unity-settings-daemon/unity-settings-daemon.spec +++ b/anda/lib/unity-settings-daemon/unity-settings-daemon.spec @@ -61,7 +61,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} # Requires internet so manually installing manpage rm -rf man -sed -i '/man\/Makefile/d' ./configure.ac +sed -i '/man\/Makefile/d' "configure.ac" sed -i '/man/d' Makefile.am %build