about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL2
-rwxr-xr-xpublic-inbox.cgi (renamed from public-inbox-cgi)0
-rw-r--r--t/cgi.t2
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index e1bd1cf0..245bb887 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,7 +8,7 @@ WriteMakefile(
         VERSION => '0.0.0',
         AUTHOR => 'Eric Wong <normalperson@yhbt.net>',
         ABSTRACT => 'public-inbox server infrastructure',
-        EXE_FILES => [qw/public-inbox-mda public-inbox-cgi
+        EXE_FILES => [qw/public-inbox-mda public-inbox.cgi
                         public-inbox-learn/],
         PREREQ_PM => {
                 # note: we use ssoma(1) and spamc(1), NOT the Perl modules
diff --git a/public-inbox-cgi b/public-inbox.cgi
index 6a6f31e2..6a6f31e2 100755
--- a/public-inbox-cgi
+++ b/public-inbox.cgi
diff --git a/t/cgi.t b/t/cgi.t
index afbe604f..a66c5825 100644
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -8,7 +8,7 @@ use File::Temp qw/tempdir/;
 use Cwd;
 use IPC::Run qw/run/;
 
-use constant CGI => "blib/script/public-inbox-cgi";
+use constant CGI => "blib/script/public-inbox.cgi";
 my $mda = "blib/script/public-inbox-mda";
 my $tmpdir = tempdir(CLEANUP => 1);
 my $home = "$tmpdir/pi-home";