Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
nagios-plugins-mysql-health
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 11
[-]
[+]
Changed
nagios-plugins-mysql-health.spec
@@ -39,12 +39,11 @@ %install mkdir -p %{buildroot}%{_prefix}/lib/nagios/plugins %__make DESTDIR=%{buildroot} install +chmod -x AUTHORS ChangeLog README COPYING cd ${RPM_BUILD_ROOT}%{_prefix}/lib/nagios/plugins for PLUGIN in check_mysql_health ; do sed -i s@"nagios/plugins"@"%{_prefix}/lib/nagios/plugins"@g ${PLUGIN} done -chmod -x AUTHORS ChangeLog README COPYING - %clean rm -rf %{buildroot}