3d1215
From 1c6bd6e0085204425d7c687f2566cb9b13231e6e Mon Sep 17 00:00:00 2001
3d1215
From: "Richard W.M. Jones" <rjones@redhat.com>
3d1215
Date: Fri, 17 Feb 2017 15:58:04 +0000
3d1215
Subject: [PATCH 01/12] Fix Perl directory install path.
3d1215
3d1215
---
3d1215
 perl/Makefile.am | 2 +-
3d1215
 1 file changed, 1 insertion(+), 1 deletion(-)
3d1215
3d1215
diff --git a/perl/Makefile.am b/perl/Makefile.am
3d1215
index a0ae863..144a1bc 100644
3d1215
--- a/perl/Makefile.am
3d1215
+++ b/perl/Makefile.am
3d1215
@@ -43,7 +43,7 @@ $(TESTS): src_deps all
3d1215
 
3d1215
 TESTS_ENVIRONMENT = ../run
3d1215
 
3d1215
-INSTALLDIRS = site
3d1215
+INSTALLDIRS = vendor
3d1215
 
3d1215
 all: Makefile-pl src_deps
3d1215
 	$(MAKE) -f Makefile-pl
3d1215
-- 
3d1215
1.8.3.1
3d1215