Commit bf61d5a0 authored by Jim Fulton's avatar Jim Fulton

got rid of junk extension.

parent 4c4772ef
...@@ -92,10 +92,10 @@ from do import * ...@@ -92,10 +92,10 @@ from do import *
def main(cwd=os.getcwd(), name='Zope', user='', group=''): def main(cwd=os.getcwd(), name='Zope', user='', group=''):
python=sys.executable python=sys.executable
print 'Writing the pcgi resource file (ie cgi script), %s.cgi' % name print 'Writing the pcgi resource file (ie cgi script), %s' % name
cwd=os.environ.get('ZDIR',cwd) cwd=os.environ.get('ZDIR',cwd)
open('%s.cgi' % name,'w').write('''#!%(cwd)s/pcgi/pcgi-wrapper open(name,'w').write('''#!%(cwd)s/pcgi/pcgi-wrapper
PCGI_NAME=Zope PCGI_NAME=Zope
PCGI_MODULE_PATH=%(cwd)s/lib/python/Zope PCGI_MODULE_PATH=%(cwd)s/lib/python/Zope
PCGI_PUBLISHER=%(cwd)s/pcgi/pcgi_publisher.py PCGI_PUBLISHER=%(cwd)s/pcgi/pcgi_publisher.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment