Skip to content

Commit

Permalink
trying to add make install-init for NPCD
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Schoeller committed Oct 22, 2024
1 parent adfaa5c commit aabcac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pnp4nagios.spec
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ if [ "$RPM_BUILD_ROOT" != "/" ]; then
rm -rf $RPM_BUILD_ROOT
fi
%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL_OPTS="" HTTP_INSTALL_OPTS="" MIX_OPTS="" INIT_OPTS="" NOSAMPLES=1
# for NPCD
%{__make} install-init DESTDIR=$RPM_BUILD_ROOT INSTALL_OPTS="" HTTP_INSTALL_OPTS="" MIX_OPTS="" INIT_OPTS="" NOSAMPLES=1

# NO...do NOT remove -sample from filename suffix
#for i in $RPM_BUILD_ROOT/%{_sysconfdir}/pnp4nagios/*-sample \
Expand Down

0 comments on commit aabcac3

Please sign in to comment.