build executable, either by using the same constants or by sourcing the config.sh script created by Configure. Don't create $installsitearch and don't attempt to remove $installvendorarch, the former is easy and the latter not needed.
12 lines
486 B
Text
12 lines
486 B
Text
$NetBSD: patch-ab,v 1.14 2006/11/03 07:09:46 joerg Exp $
|
|
|
|
--- installperl.orig 2006-11-01 02:21:12.000000000 +0100
|
|
+++ installperl
|
|
@@ -379,7 +379,6 @@ my ($do_installarchlib, $do_installprivl
|
|
mkpath($installprivlib, $verbose, 0777);
|
|
mkpath($installarchlib, $verbose, 0777);
|
|
mkpath($installsitelib, $verbose, 0777) if ($installsitelib);
|
|
-mkpath($installsitearch, $verbose, 0777) if ($installsitearch);
|
|
|
|
if (chdir "lib") {
|
|
$do_installarchlib = ! samepath($installarchlib, '.');
|