From 9b14c5d074588f733b4ae94b8bb1e06583468b71 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Wed, 3 Nov 2021 17:47:33 +0100 Subject: get rid of build path in InlineJava.properties within InlineJavaServer.jar Origin: vendor Forwarded: no Last-Update: 2017-08-04 Gbp-Pq: Name 03_reproducible_path.patch --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index f4ab2e4..d5eea8f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -157,8 +157,8 @@ $user_arch : java.ts MAKE # Used for PerlNatives - $INSTALLSITEARCH = expand_macros($this, 'INSTALLSITEARCH') ; - $INST_ARCHLIB = expand_macros($this, 'INST_ARCHLIB') ; + $INSTALLSITEARCH = expand_macros($this, 'INSTALLVENDORARCH') ; + $INST_ARCHLIB = expand_macros($this, 'INSTALLVENDORARCH') ; return $make ; } -- cgit v1.2.3