eabfc08
From 41e2030092348446638e46c021dbe9441adec151 Mon Sep 17 00:00:00 2001
2663644
From: Michael Kuhn <suraia@fedoraproject.org>
927b3a4
Date: Fri, 6 Nov 2015 18:28:18 +0100
eabfc08
Subject: [PATCH 2/4] Fix Perl path
927b3a4
927b3a4
---
927b3a4
 Makefile | 4 ++--
927b3a4
 1 file changed, 2 insertions(+), 2 deletions(-)
927b3a4
927b3a4
diff --git a/Makefile b/Makefile
eabfc08
index 6013145..683ff06 100644
927b3a4
--- a/Makefile
927b3a4
+++ b/Makefile
927b3a4
@@ -27,8 +27,8 @@ install: debian-distro-info ubuntu-distro-info
927b3a4
 	    chmod 755 $(DESTDIR)$(PREFIX)/share/distro-info/test-$(distro)-distro-info$(\n))
927b3a4
 	install -d $(DESTDIR)$(PREFIX)/share/man/man1
927b3a4
 	install -m 644 $(wildcard doc/*.1) $(DESTDIR)$(PREFIX)/share/man/man1
927b3a4
-	install -d $(DESTDIR)$(PREFIX)/share/perl5/Debian
927b3a4
-	install -m 644 $(wildcard perl/Debian/*.pm) $(DESTDIR)$(PREFIX)/share/perl5/Debian
927b3a4
+	install -d $(DESTDIR)$(PREFIX)/share/perl5/vendor_perl/Debian
927b3a4
+	install -m 644 $(wildcard perl/Debian/*.pm) $(DESTDIR)$(PREFIX)/share/perl5/vendor_perl/Debian
927b3a4
 	cd python && python setup.py install --root="$(DESTDIR)" --no-compile
927b3a4
 	cd python && python3 setup.py install --root="$(DESTDIR)" --no-compile
927b3a4
 
927b3a4
-- 
eabfc08
2.17.1
927b3a4