Explorar o código

Remove old workaround for pre 5.1 ports dir layout

Markus Hennecke %!s(int64=5) %!d(string=hai) anos
pai
achega
77b4f1aad8
Modificáronse 1 ficheiros con 1 adicións e 8 borrados
  1. 1 8
      autoupdate.pl

+ 1 - 8
autoupdate.pl

@@ -314,14 +314,7 @@ sub read_update_package_list {
 	}
 
 	if (not defined $input) {
-		my $ood_path = 'infrastructure/';
-		my @uname = POSIX::uname();
-		if ($uname[2] >= 5.1) {
-			$ood_path .= 'bin';
-		}
-		else {
-			$ood_path .= 'build';
-		}
+		my $ood_path = 'infrastructure/bin';
 		my $cmd = "env PORTSDIR=\"$portsdir\" "
 		    . "\"$portsdir/$ood_path/pkg_outdated\" ";
 		unless (open($in, $cmd . '2>/dev/null |')) {