]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
update binary name
authorRudolf Polzer <divverent@alientrap.org>
Fri, 10 Dec 2010 19:51:36 +0000 (20:51 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 10 Dec 2010 19:51:36 +0000 (20:51 +0100)
misc/infrastructure/keygen/response.d0ir

index 29fd5d4298c753ed245b6806674b7481f9d571cd..fe65eb8bc4e973d865b3dc40bd707d6238285493 100755 (executable)
@@ -158,8 +158,8 @@ if((my $key = $cgi->param('key')))
                $ENV{REQUESTFILE} = $tempfh->filename;
                $ENV{RESPONSEFILE} = $tempfh->filename;
                $ENV{SECRET} = "key_$ca.d0sk";
-               open my $errfh, '-|', './xonotic-keygen -P "$SECRET" -j "$REQUESTFILE" -o "$RESPONSEFILE" 2>&1'
-                       or die "cannot start xonotic-keygen";
+               open my $errfh, '-|', './crypto-keygen-standalone -P "$SECRET" -j "$REQUESTFILE" -o "$RESPONSEFILE" 2>&1'
+                       or die "cannot start crypto-keygen-standalone";
                my $err = <$errfh>;
                close $errfh
                        or die "xonotic-keygen failed: $err";