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