diff options
author | carlosg <carlosg> | 2006-08-12 16:01:31 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2006-08-12 16:01:31 +0000 |
commit | c835ed6e1c92d590b1b1ccb0ecc015e4d1c147f9 (patch) | |
tree | bba31ba5633597ee47eb0f23c2ff261911b60535 /Utils | |
parent | 78bba5b089f04bd61f4fb0a6bd2df90bfe49eec5 (diff) |
2006-08-12 Cezary Krzyżanowski <cezary.krzyzanowski@gmail.com>
* Utils/Platform.pm: added support for PLD 2.99
Diffstat (limited to 'Utils')
-rw-r--r-- | Utils/Platform.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utils/Platform.pm b/Utils/Platform.pm index dd97eb1..6e23588 100644 --- a/Utils/Platform.pm +++ b/Utils/Platform.pm @@ -90,6 +90,7 @@ my $PLATFORM_INFO = { "pld-1.0" => [ "PLD", "1.0", "Ra" ], "pld-1.1" => [ "PLD", "1.1", "Ra" ], "pld-1.99" => [ "PLD", "1.99", "Ac-pre" ], + "pld-2.99" => [ "PLD", "1.99", "Th-pre" ], "vine-3.0" => [ "Vine Linux", "3.0", "" ], "vine-3.1" => [ "Vine Linux", "3.1", "" ], "fedora-1" => [ "Fedora Core", "1", "Yarrow" ], @@ -130,6 +131,7 @@ sub ensure_distro_map "openna-1.0" => "redhat-6.2", "pld-1.1" => "pld-1.0", "pld-1.99" => "pld-1.0", + "pld-2.99" => "pld-1.0", "redhat-9" => "redhat-8.0", "rpath" => "redhat-7.2", "slackware-10.0.0" => "slackware-9.1.0", |