File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,10 @@ Fixed:
8888 processes. Defense against child process starting from detector
8989 and becoming a zombie when its roundup-server instance exits.
9090 (John Rouillard)
91+ - Move installed frontend/Zope back to frontend/ZRoundup
92+ directory. This better identifies the directory when copied into
93+ the Zope framework. It also matches existing
94+ documentation. (John Rouilard)
9195
9296Features:
9397
Original file line number Diff line number Diff line change @@ -125,9 +125,9 @@ def main():
125125 data_files = [
126126 ('share/roundup/cgi-bin' , ['frontends/roundup.cgi' ]),
127127 ('share/roundup/frontends' , ['frontends/wsgi.py' ]),
128- ('share/roundup/frontends/Zope ' , Zope ['module' ]),
129- ('share/roundup/frontends/Zope /icons' , Zope ['icons' ]),
130- ('share/roundup/frontends/Zope /dtml' , Zope ['dtml' ])
128+ ('share/roundup/frontends/ZRoundup ' , Zope ['module' ]),
129+ ('share/roundup/frontends/ZRoundup /icons' , Zope ['icons' ]),
130+ ('share/roundup/frontends/ZRoundup /dtml' , Zope ['dtml' ])
131131 ]
132132 # install man pages on POSIX platforms
133133 if os .name == 'posix' :
You can’t perform that action at this time.
0 commit comments