mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 13:25:25 +01:00
Rename perl5.004_05 and perl5.005_03
The underscores cause problems later, as _ is a delimiter for "revision number" in packaging.
This commit is contained in:
parent
4fb8efafe2
commit
634ec99771
11 changed files with 12 additions and 8 deletions
6
sysa.py
6
sysa.py
|
|
@ -179,10 +179,12 @@ class SysA(SysGeneral):
|
|||
self.get_file("https://github.com/Perl/perl5/archive/perl-5.003.tar.gz")
|
||||
|
||||
# perl 5.004_05
|
||||
self.get_file("https://www.cpan.org/src/5.0/perl5.004_05.tar.gz")
|
||||
self.get_file("https://www.cpan.org/src/5.0/perl5.004_05.tar.gz",
|
||||
output="perl5.004-05.tar.gz")
|
||||
|
||||
# perl 5.005_03
|
||||
self.get_file("https://www.cpan.org/src/5.0/perl5.005_03.tar.gz")
|
||||
self.get_file("https://www.cpan.org/src/5.0/perl5.005_03.tar.gz",
|
||||
output="perl5.005-03.tar.gz")
|
||||
|
||||
# perl 5.6.2
|
||||
self.get_file("https://www.cpan.org/src/5.0/perl-5.6.2.tar.gz")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue