blob: ff32df5d3b39bddca7db65b43b9543a122a868ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig Sun Sep 8 02:47:43 2002
+++ setup.py Sun Sep 8 02:48:06 2002
@@ -34,7 +34,7 @@
url = pygopherd.version.homepage,
packages = ['pygopherd', 'pygopherd.handlers', 'pygopherd.protocols'],
scripts = ['bin/pygopherd'],
- data_files = [ ('/etc/pygopherd', ['conf/pygopherd.conf',
+ data_files = [ ('%%PREFIX%%/etc/pygopherd', ['conf/pygopherd.conf',
'conf/mime.types'] ) ],
license = pygopherd.version.license
)
|