diff options
Diffstat (limited to 'net/pygopherd/files')
| -rw-r--r-- | net/pygopherd/files/patch-setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pygopherd/files/patch-setup.py b/net/pygopherd/files/patch-setup.py index 8e7ea6cc736e..6f9c890b08c8 100644 --- a/net/pygopherd/files/patch-setup.py +++ b/net/pygopherd/files/patch-setup.py @@ -5,7 +5,7 @@ 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', ++ data_files = [ ('%%PREFIX%%/etc/pygopherd', ['conf/pygopherd.conf.sample', 'conf/mime.types'] ) ], license = pygopherd.version.license ) |
