summaryrefslogtreecommitdiff
path: root/www/linkchecker/files/patch-setup.py
blob: 7f406d665941ad942f7ff763c126d4244fe80c34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- setup.py.orig	Wed Oct 22 11:25:31 2003
+++ setup.py	Thu Nov 20 02:02:19 2003
@@ -192,12 +192,12 @@
          ('share/locale/nl/LC_MESSAGES',
              ['share/locale/nl/LC_MESSAGES/linkcheck.mo']),
          ('share/linkchecker', ['linkcheckerrc']),
-         ('share/linkchecker/examples',
+         ('share/examples/linkchecker',
              ['lconline/leer.html.en', 'lconline/leer.html.de',
               'lconline/index.html', 'lconline/lc_cgi.html.en',
               'lconline/lc_cgi.html.de', 'lconline/check.js',
               'lc.cgi','lc.fcgi','lc.sz_fcgi','linkchecker.bat']),
-         ('share/man/man1', ['linkchecker.1']),
+         ('man/man1', ['linkchecker.1']),
       ],
       classifiers = [
         'Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking',