Changes of Revision 7
[-] [+] | Added | repoview-0.5.1.patch |
@@ -0,0 +1,11 @@ +--- repoview.py ++++ repoview.py +@@ -67,7 +67,7 @@ + idxfile = 'index.html' + + VERSION = '0.5.2' +-DEFAULT_TEMPLATEDIR = './templates' ++DEFAULT_TEMPLATEDIR = '/usr/share/repoview/templates' + + emailre = re.compile('<.*?@.*?>') + def _webify(text): |