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