Commit 15688af
committed
Install frontends as data files similar to roundup.cgi
Looks like the wsgi.py and ZRoundup files were never installed. Instal
them under frontends parallel to the cgi-bin directory used for
roundup.cgi.
This may end up at:
<prefix>/share/roundup/frontends
/<install dir>/lib/python3.6/site-packages/usr/share/roundup/frontends
/<install dir>/lib/python3.6/site-packages/<install dir>/share/roundup/frontends
depending on install method and local python config.1 parent 28c2392 commit 15688af
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
118 | 125 | | |
119 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
120 | 131 | | |
121 | 132 | | |
122 | 133 | | |
| |||
0 commit comments