2004-10-04 15:01:44 +00:00

20 lines
1009 B
Plaintext

$OpenBSD: patch-setup_py,v 1.3 2004/10/04 15:01:44 xsa Exp $
--- setup.py.orig Mon Sep 20 11:05:17 2004
+++ setup.py Mon Oct 4 16:49:21 2004
@@ -234,13 +234,13 @@ o a (Fast)CGI web interface (requires HT
['share/locale/nl/LC_MESSAGES/linkchecker.mo']),
('share/linkchecker', ['config/linkcheckerrc',
'config/logging.conf', ]),
- ('share/linkchecker/examples',
+ ('share/examples/linkchecker',
['cgi/lconline/leer.html.en', 'cgi/lconline/leer.html.de',
'cgi/lconline/index.html', 'cgi/lconline/lc_cgi.html.en',
'cgi/lconline/lc_cgi.html.de', 'cgi/lconline/check.js',
'cgi/lc.cgi', 'cgi/lc.fcgi',
'config/linkchecker-completion', 'config/linkcheck-cron.sh']),
- ('share/man/man1', ['linkchecker.1']),
+ ('man/man1', ['linkchecker.1']),
],
classifiers = [
'Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking',