]> git.immae.eu Git - perso/Immae/Config/AUR.git/blame - fix_perllibdir.patch
update to 1.11.16
[perso/Immae/Config/AUR.git] / fix_perllibdir.patch
CommitLineData
163f3e50
FM
1diff -ura a/Makefile.config.in b/Makefile.config.in
2--- a/Makefile.config.in 1970-01-01 00:00:01.000000000 +0000
3+++ b/Makefile.config.in 2017-09-03 17:04:53.032445157 +0000
4@@ -26,7 +26,7 @@
5 mandir = @mandir@
6 perl = @perl@
7 perlbindings = @perlbindings@
8-perllibdir = @perllibdir@
9+perllibdir = $(shell perl -V:vendorarch|cut -d\' -f2)
10 pkglibdir = $(libdir)/$(PACKAGE_NAME)
11 prefix = @prefix@
12 storedir = @storedir@