summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ;
}