Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37511983
en ru br
ALT Linux repos
S:1.606-alt1.1
5.0: 1.401-alt1
4.1: 1.401-alt1
4.0: 1.401-alt1
3.0: 1.401-alt1

Group :: Development/Perl
RPM: perl-Text-English

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-Text-English-1.302-alt-home-idir.patch
Download


--- perlindex-1.302/perlindex.PL~	2004-05-02 13:46:21 +0000
+++ perlindex-1.302/perlindex.PL	2004-05-21 20:53:09 +0000
@@ -161,6 +161,9 @@ $opt_cbreak  = 1;
 
 if (defined $opt_idir) {
     $IDIR = $opt_idir;          # avoid to many changes below.
+} elsif (! -w $IDIR) {
+    $IDIR = "$ENV{HOME}/.perlindex";
+    mkdir $IDIR;
 }
 
 if (defined $opt_dict) {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin