summaryrefslogtreecommitdiff
path: root/shells/perlsh/patches/patch-aa
blob: b2e36a40b6c9afca0299a5eec7fd6d61c1a35592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2005/01/21 03:53:17 tv Exp $

--- postinstall.pl.orig	2005-01-20 22:51:05.000000000 -0500
+++ postinstall.pl
@@ -6,7 +6,7 @@ if ($^O eq 'MSWin32') {
 } else {
 	my $where;
 
-	if( -w '/') {
+	if(1) {
 		$where= $ARGV[0]||$ARGV[1]||'/usr/local';
 	} else {
 		$where ='~/.psh';