Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions flux-wrappers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Requires: flux-core
Conflicts: slurm

######################################################################
%global debug_package %{nil}

%prep

%setup -n %{name}-%{version}
Expand All @@ -33,7 +35,6 @@ equivalent Flux commands.
rm -rf "$RPM_BUILD_ROOT"
mkdir -p $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
#mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install src/slurm2flux.pl $RPM_BUILD_ROOT%{_bindir}/slurm2flux
install src/fsqueue.py $RPM_BUILD_ROOT%{_bindir}/squeue
install src/fshowq.py $RPM_BUILD_ROOT%{_bindir}/showq
Expand Down Expand Up @@ -62,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/sbatch
%{_bindir}/salloc

#%{_mandir}/man1/*



##
Expand Down