From 1ef39cfbe6680065126fbe636eca6a74389d9b91 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 27 Aug 2013 11:55:44 -0400 Subject: fix syntax error introduced in commit to disable initscript installation --- server/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/setup.py') 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 = ( -- cgit v1.2.3