Skip to content

Commit

Permalink
nixing the install.ignore.out mv command that is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Schoeller committed Nov 4, 2024
1 parent c274778 commit 4d477fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pnp4nagios.spec
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,9 @@ install -m 0644 contrib/fedora/logwatch/conf/logfiles/pnp4nagios.conf \
# $RPM_BUILD_ROOT%{_datadir}/nagios/html/%{name}/kohana
#sed -i 's|%{_libdir}/pnp4nagios/kohana|%{_datadir}/nagios/html/%{name}/kohana|' \
# $RPM_BUILD_ROOT%{_datadir}/nagios/html/%{name}/index.php
mv $RPM_BUILD_ROOT%{_datadir}/naemon/html/%{name}/install.ignore.not \
$RPM_BUILD_ROOT%{_datadir}/naemon/html/%{name}/install.ignore
# 20241104 - this was failing, disabling it - schoelle
#mv $RPM_BUILD_ROOT%{_datadir}/naemon/html/%{name}/install.ignore.not \
# $RPM_BUILD_ROOT%{_datadir}/naemon/html/%{name}/install.ignore
rm $RPM_BUILD_ROOT%{_sysconfdir}/pnp4nagios/background.pdf

%if 0%{with_selinux}
Expand Down

0 comments on commit 4d477fd

Please sign in to comment.