summarylogtreecommitdiffstats
path: root/fix_perllibdir.patch
blob: 2cb718b5c268d45ca4251a00be75856234e66abe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ura a/Makefile.config.in b/Makefile.config.in
--- a/Makefile.config.in	1970-01-01 00:00:01.000000000 +0000
+++ b/Makefile.config.in	2017-09-03 17:04:53.032445157 +0000
@@ -26,7 +26,7 @@
 mandir = @mandir@
 perl = @perl@
 perlbindings = @perlbindings@
-perllibdir = @perllibdir@
+perllibdir = $(shell perl -V:vendorarch|cut -d\' -f2)
 pkglibdir = $(libdir)/$(PACKAGE_NAME)
 prefix = @prefix@
 storedir = @storedir@