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:
12
fix_perllibdir.patch
Normal file
12
fix_perllibdir.patch
Normal 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@
|
||||
Reference in New Issue
Block a user