]> git.pld-linux.org Git - packages/nagios-plugin-check_raid.git/commitdiff
set utf8 locale auto/th/nagios-plugin-check_raid-4.0.2-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 14 Mar 2016 18:28:58 +0000 (20:28 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 14 Mar 2016 18:28:58 +0000 (20:28 +0200)
to fix these notices:
http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2016-March/024721.html

nagios-plugin-check_raid.spec

index 84ce1a06bae0fa6434aea2f087840d396094bc76..04f8ffef9fbb6b915132f441ebe761362a0614c3 100644 (file)
@@ -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
This page took 0.061846 seconds and 4 git commands to generate.