summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2021-11-03 17:47:33 +0100
committergregor herrmann <gregoa@debian.org>2021-11-03 17:47:33 +0100
commit9b14c5d074588f733b4ae94b8bb1e06583468b71 (patch)
treee11a8e991a310142faeb57ee9381bc371bca946f
parent1755f4009a562280a31038dd3b921eefab28c8f0 (diff)
get rid of build path in InlineJava.properties within InlineJavaServer.jararchive/debian/0.66-4
Origin: vendor Forwarded: no Last-Update: 2017-08-04 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 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 ;
}