[dreamchess] fix help2man (again)

Raphael Groner raphgro at fedoraproject.org
Sat Jan 3 18:59:55 UTC 2015


commit aaa9b13ba5a5d7622e34b6ac70914ea69ca2f60e
Author: Raphael Groner <projects.rg at smart.ms>
Date:   Sat Jan 3 19:59:55 2015 +0100

    fix help2man (again)

 dreamchess.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/dreamchess.spec b/dreamchess.spec
index 47a0adb..96f33a7 100644
--- a/dreamchess.spec
+++ b/dreamchess.spec
@@ -75,7 +75,7 @@ rm data/*.icns
 %configure LIBS=-lm
 make %{?_smp_mflags}
 # generate manpage
-help2man -o %{name}.man --version-string='%{version}-%{pre}' --no-discard-stderr %{name}
+help2man -o %{name}.man --no-discard-stderr --version-string='%{version}-%{pre}' src/%{name}
 
 %install
 %make_install


More information about the scm-commits mailing list