diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/setup.py b/server/setup.py index 762e53a6..238ad461 100644 --- a/server/setup.py +++ b/server/setup.py @@ -34,7 +34,7 @@ if os.environ.get('VIRTUAL_ENV', None): else: # XXX this should go only for linux/mac # disabled on debian so the packaging can install it - #data_files = [("/etc/init.d/", ["pkg/soledad"])] + data_files = [("/etc/init.d/", ["pkg/soledad"])] trove_classifiers = ( |