[packages/nagios-plugin-check_raid] set utf8 locale
glen
glen at pld-linux.org
Mon Mar 14 19:29:21 CET 2016
commit a9655cbc14152430955e090a508fedac2a7ca8e8
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Mar 14 20:28:58 2016 +0200
set utf8 locale
to fix these notices:
http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2016-March/024721.html
nagios-plugin-check_raid.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/nagios-plugin-check_raid.spec b/nagios-plugin-check_raid.spec
index 84ce1a0..04f8ffe 100644
--- a/nagios-plugin-check_raid.spec
+++ b/nagios-plugin-check_raid.spec
@@ -81,6 +81,7 @@ mv nagios-plugin-check_raid-*/* .
ver=$(./%{plugin}.sh -V || :)
test "$(echo "$ver" | awk '{print $NF}')" = %{version}
+LC_ALL=en_US.utf8 \
%{__perl} Makefile.PL \
INSTALLVENDORSCRIPT=%{plugindir} \
INSTALLDIRS=vendor
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nagios-plugin-check_raid.git/commitdiff/a9655cbc14152430955e090a508fedac2a7ca8e8
More information about the pld-cvs-commit
mailing list