Skip to content

Commit

Permalink
added some debugging to the spec file to determine why *.cfg doesn't …
Browse files Browse the repository at this point in the history
…work
  • Loading branch information
Eric Schoeller committed Oct 22, 2024
1 parent d6cdc15 commit f795efb
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 @@ -127,6 +127,8 @@ fi
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/config.php.*
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/config_local.php
chmod a-x $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/config.php
# temporary
ls -la $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/
chmod a-x $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/*.cfg
chmod a-x $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/*.md
chmod a-x $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/check_commands/*.cfg-sample
Expand Down

0 comments on commit f795efb

Please sign in to comment.