diff options
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index d60a4ddaec..da714586fa 100755 --- a/installperl +++ b/installperl @@ -75,7 +75,7 @@ if ($d_shrplib) { " (Installing other things anyway.)\n"; } else { mkpath($shrpdir, 1, 0777); - -w $shrpdir || die "$shrpdir is not writable by you\n"; + -w $shrpdir || $nonono || die "$shrpdir is not writable by you\n"; &cmd("cp libperl*.$so* $shrpdir"); } } |