Skip to content

Commit

Permalink
Forgot to add CentOS 6 specific if statement for binary directory
Browse files Browse the repository at this point in the history
  • Loading branch information
oldmantaiter committed Jul 30, 2013
1 parent 6bc06ca commit a929fc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/nutcracker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ fi

%files
%defattr(-,root,root,-)
%if 0%{?rhel} == 6
/usr/sbin/nutcracker
%else
/usr/bin/nutcracker
%endif
%{_initrddir}/%{name}
%{_mandir}/man8/nutcracker.8.gz
%config(noreplace)%{_sysconfdir}/%{name}/%{name}.yml
Expand Down

0 comments on commit a929fc2

Please sign in to comment.