Description: get rid of build path in InlineJava.properties within InlineJavaServer.jar
Origin: vendor
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2022-02-15

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -150,8 +150,8 @@
 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 ;
 }
