From cf604ae2d06ef084e7e032e8a919a8439088c19b Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 2 Jul 2019 16:10:40 +0200 Subject: [PATCH] fixup reversed condition --- libkate.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libkate.spec b/libkate.spec index 54bbf7c..34690ee 100644 --- a/libkate.spec +++ b/libkate.spec @@ -95,7 +95,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' touch -r %{buildroot}%{_includedir}/kate/kate_config.h \ %{buildroot}%{_includedir}/kate/kate.h -%if 0%{!?_without_python2} +%if 0%{?_without_python2} rm -rf %{buildroot}%{_mandir}/man1/KateDJ.1* %endif