Skip to content

Commit

Permalink
added debugging and hard-coded setup line
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Schoeller committed Oct 19, 2024
1 parent ae121e2 commit 622de61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pnp4nagios.spec
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ SElinux security policy for %{name}.


%prep
%setup -q -n %{name}-%{version}
echo "Source0: %{name}-%{version}.tar.gz"
echo "Build directory: %{_builddir}"
%setup -q -n pnp4nagios-0.6.27
#autoreconf
cp contrib/fedora/pnp4nagios-README.fedora README.fedora
sed -i -e 's/^INSTALL_OPTS="-o $nagios_user -g $nagios_grp"/INSTALL_OPTS=""/' \
Expand Down

0 comments on commit 622de61

Please sign in to comment.