diff options
Diffstat (limited to 'README.vms')
-rw-r--r-- | README.vms | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.vms b/README.vms index 40931f64ab..866255c8e4 100644 --- a/README.vms +++ b/README.vms @@ -154,16 +154,16 @@ recent versions of vmstar (e.g. V3.4 or later). Contrary to advice provided with previous versions of Perl, do I<not> use the ODS-2 compatability qualifier. Instead, use a command like the following: - vmstar /extract/verbose perl-V^.XI^.I.tar + vmstar /extract/verbose perl-V^.XI^.II.tar or: - vmstar -xvf perl-5^.11^.1.tar + vmstar -xvf perl-5^.11^.2.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.11^.1.dir - rename perl-5^.11^.1.dir perl-5_11_1.dir + set security/protection=(o:rwed) perl-5^.11^.2.dir + rename perl-5^.11^.2.dir perl-5_11_2.dir The reason for this last step is that while filenames with multiple dots are generally supported by Perl on VMS, I<directory> names with multiple |