2013-09-26 17:14:40 +02:00

14 lines
301 B
Plaintext

$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';