summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-29 17:05:04 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-29 17:05:04 -0500
commit4547a2759ce5369774676f16365492f14aad2392 (patch)
tree85ffd823e2b877ee6b4351f4081dd520d80a1756 /setup.py
parent231ef515b22aa0204c625340f492eba651ef4bae (diff)
downloadthird_party-cobbler-4547a2759ce5369774676f16365492f14aad2392.tar.gz
third_party-cobbler-4547a2759ce5369774676f16365492f14aad2392.tar.xz
third_party-cobbler-4547a2759ce5369774676f16365492f14aad2392.zip
Slight changes to post install triggers patch, namely adding some underscores.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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']),