Skip to content

Commit

Permalink
Spell _initddir right.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Nov 11, 2017
1 parent abb3734 commit 9f0cb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caduceus.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mkdir -p %{buildroot}%{_bindir}
%{__install} -p src/caduceus/%{name} %{buildroot}%{_bindir}

# Install Service
mkdir -p %{buildroot}%{_initdir}
mkdir -p %{buildroot}%{_initddir}
%{__install} -p etc/init.d/%{name} %{buildroot}%{_initddir}

# Install Configuration
Expand Down

0 comments on commit 9f0cb5e

Please sign in to comment.