1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-26 13:00:32 +01:00

update to 1.11.16

This commit is contained in:
Felix Morgner
2018-02-14 14:19:33 +01:00
parent 03310c8419
commit 163f3e505c
4 changed files with 119 additions and 6 deletions

12
fix_perllibdir.patch Normal file
View File

@@ -0,0 +1,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@