blob: 8e7ea6cc736e633934264e23d05d4e4378064a34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig Sat Aug 23 16:31:00 2003
+++ setup.py Fri Dec 5 21:24:43 2003
@@ -33,7 +33,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-dist',
'conf/mime.types'] ) ],
license = pygopherd.version.license
)
|