lib -> lib64

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-07-18 20:42:10 +00:00
parent 10c4c85a53
commit 84f5005104
9 changed files with 11 additions and 11 deletions

View file

@ -28,7 +28,7 @@ use English;
use Getopt::Long;
use File::stat;
use vars qw($PROGNAME);
use lib "/usr/lib/nagios/plugins";
use lib "/usr/lib64/nagios/plugins";
use utils qw (%ERRORS &print_revision &support);
sub print_help ();