mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
13 lines
420 B
Diff
13 lines
420 B
Diff
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@
|