Files
haikuports/dev-perl/archive_extract/patches/archive_extract-0.88.patchset
2023-09-08 13:57:09 +00:00

23 lines
769 B
Plaintext

From 01a14737b604bbe58981d6a7f058347f63d3e41a Mon Sep 17 00:00:00 2001
From: Begasus <begasus@gmail.com>
Date: Fri, 8 Sep 2023 12:43:19 +0200
Subject: Install in vendor_perl instead of site_perl
diff --git a/Makefile.PL b/Makefile.PL
index 509e74a..8826632 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,7 +22,7 @@ WriteMakefile1(
'Module::Load::Conditional' => 0.66,
'Locale::Maketext::Simple' => 0,
},
- INSTALLDIRS => ( $] >= 5.009005 && $] < 5.012 ? 'perl' : 'site' ),
+ INSTALLDIRS => ( $] >= 5.009005 && $] < 5.012 ? 'perl' : 'vendor' ),
AUTHOR => 'Jos Boumans <kane[at]cpan.org>',
ABSTRACT => 'Generic archive extracting mechanism'
);
--
2.42.0