Modify ↓
Opened 20 years ago
Closed 19 years ago
#1372 closed defect (fixed)
install trac.fcgi as trac.cgi
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
-
setup.py
95 95 if copied: 96 96 self.outfiles.append(ofile) 97 97 98 ofile, copied = self.copy_file(os.path.join(self.build_dir, 99 'trac.fcgi'), cgi_dir) 100 if copied: 101 self.outfiles.append(ofile) 102 98 103 if os.name == 'posix': 99 104 # Set the executable bits (owner, group, and world) on 100 105 # all the scripts we just installed. … … 210 215 scripts=[_p('scripts/trac-admin'), 211 216 _p('scripts/tracd'), 212 217 _p('scripts/tracdb2env'), 213 _p('cgi-bin/trac.cgi')], 218 _p('cgi-bin/trac.cgi'), 219 _p('cgi-bin/trac.fcgi')], 214 220 cmdclass = {'install': my_install, 215 221 'install_scripts': my_install_scripts, 216 222 'install_data': my_install_data})
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Fixed in [2244]