Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
nagios-plugins-traffic
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
check_tcptraffic.spec
@@ -1,7 +1,6 @@ %define version 2.1.0 %define release 2 %define pname check_tcptraffic -%define _prefix /usr/lib/nagios/plugins Summary: A Nagios plugin to monitor the amount of TCP traffic Name: nagios-plugins-traffic @@ -25,9 +24,9 @@ %setup -q -n %{pname}-%{version} %build -%__perl Makefile.PL INSTALLSCRIPT=%{buildroot}%{_prefix} \ +%__perl Makefile.PL INSTALLSCRIPT=%{buildroot}%{_prefix}/lib/nagios/plugins \ INSTALLSITEMAN3DIR=%{buildroot}/usr/share/man/man3 \ - INSTALLSITESCRIPT=%{buildroot}%{_prefix} + INSTALLSITESCRIPT=%{buildroot}%{_prefix}/lib/nagios/plugins %__make