summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2022-02-15 21:31:49 +0100
committergregor herrmann <gregoa@debian.org>2022-02-15 21:31:49 +0100
commite076751ebf0a818c065dab680a67a55fc5305601 (patch)
tree6fdf9518cf21456e4b1593fcf1cf1cb77440c839
parent27cd44ed40d8a8252ebaad08064466b24a6a5277 (diff)
get rid of build path in InlineJava.properties within InlineJavaServer.jar
Origin: vendor Forwarded: no Last-Update: 2022-02-15 Gbp-Pq: Name 03_reproducible_path.patch
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 1232159..7087647 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -150,8 +150,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 ;
}