From 2765a54e5c41388e6ac9e42d86b3d02b78ef1106 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 2 Nov 2010 17:33:28 +0000 Subject: [PATCH] another try to get sjobexitmod man page into the rpm --- slurm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slurm.spec b/slurm.spec index 68c73863072..3b727735b7c 100644 --- a/slurm.spec +++ b/slurm.spec @@ -440,7 +440,7 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/srun_cr* ${RPM_BUILD_ROOT}%{_bindir}/srun # Build man pages that are generated directly by the tools rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/sjobexitmod.1 -${RPM_BUILD_ROOT}%{_bindir}/sjobexitmod --roff >$RPM_BUILD_ROOT/%{_mandir}/man1/sjobexitmod.1 +${RPM_BUILD_ROOT}%{_bindir}/sjobexitmod --roff > $RPM_BUILD_ROOT/%{_mandir}/man1/sjobexitmod.1 # Build conditional file list for main package LIST=./slurm.files -- GitLab