fix(unity-settings-daemon): remove rpmlint warning (#370)

Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>
This commit is contained in:
cat-master21
2023-04-09 23:35:10 -07:00
committed by GitHub
parent 3ee61c35aa
commit ef2b01e927
@@ -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