From 4547a2759ce5369774676f16365492f14aad2392 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 29 Nov 2007 17:05:04 -0500 Subject: Slight changes to post install triggers patch, namely adding some underscores. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2a1acfc..05bc079 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ if __name__ == "__main__": # cgi files (cgipath, ['scripts/findks.cgi', 'scripts/nopxe.cgi']), - (cgipath, ['scripts/webui.cgi', 'scripts/postinstalltrigger.cgi']), + (cgipath, ['scripts/webui.cgi', 'scripts/post_install_trigger.cgi']), # miscellaneous config files (cgipath, ['config/.htaccess']), -- cgit