Skip to content

Commit d1386ac

Browse files
AntennipasiAntennipasi
authored andcommitted
Up-to-date lenny/sid should return 5.0 as version since 2008-12-04
1 parent 9e356a0 commit d1386ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/lib/install.lib.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function get_distname() {
7070
$distbaseid = 'debian';
7171
swriteln("Operating System: Debian 4.0 or compatible\n");
7272
}
73-
if(trim(file_get_contents('/etc/debian_version')) == 'lenny/sid') {
73+
if(trim(file_get_contents('/etc/debian_version')) == '5.0') {
7474
$distname = 'Debian';
7575
$distver = 'Lenny/Sid';
7676
$distid = 'debian40';
@@ -565,4 +565,4 @@ function is_installed($appname) {
565565

566566

567567

568-
?>
568+
?>

0 commit comments

Comments
 (0)