Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
nagios-plugins-diskio
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
check_diskio.spec
@@ -1,7 +1,7 @@ %define version 3.0.0 %define release 1 %define pkgname check_diskio -%define _prefix /usr/lib/nagios/plugins +%define _plugindir /usr/lib/nagios/plugins Summary: Nagios plugin to monitor the amount of disk I/O Name: nagios-plugins-diskio @@ -23,9 +23,9 @@ %setup -q -n %{pkgname}-%{version} %build -%__perl Makefile.PL INSTALLSCRIPT=%{_prefix} \ +%__perl Makefile.PL INSTALLSCRIPT=%{_plugindir} \ INSTALLSITEMAN3DIR=%{_mandir}/man3 \ - INSTALLSITESCRIPT=%{_prefix} + INSTALLSITESCRIPT=%{_plugindir} %__make %install @@ -38,8 +38,8 @@ %files %defattr(-, root, root, 0644) %doc AUTHORS Changes NEWS README INSTALL TODO COPYING VERSION -%attr(0755, root, root) %{_prefix}/%{pkgname} -%attr(0755, root, root) %{_mandir}/%{pkgname}.3pm* +%attr(0755, root, root) %{_plugindir}/%{pkgname} +%attr(0755, root, root) %{_mandir}/man3/%{pkgname}.3pm* %changelog * Thu Jan 22 2009 Carsten Schoene <cs@linux-administrator.com> 3.0.0-1