about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-12 00:09:30 +0000
committerEric Wong <e@80x24.org>2014-04-12 00:09:30 +0000
commit6e4654d5c509a2772f9fa8dcd0c46e05ca5feaea (patch)
tree9a6f3fb79516eef4191fad49d319ff6fc5ced702 /Makefile.PL
parent1d21f6f6f043b5e245e8ecb4817852fe2ecf4990 (diff)
downloadpublic-inbox-6e4654d5c509a2772f9fa8dcd0c46e05ca5feaea.tar.gz
This makes it easier to configure for systems which
determine a script is a CGI script based on suffix.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 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