From 1f71dca7faf9e612ccbb0f91facc710395ef8fd0 Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 23 Jun 2017 22:26:05 -0300 Subject: [pkg] fix path of soledad-server file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63b905b3..b86c7b4c 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ if isset('VIRTUAL_ENV') or isset('LEAP_SKIP_INIT'): data_files = None else: # XXX this should go only for linux/mac - data_files = [("/etc/init.d/", ["pkg/soledad-server"])] + data_files = [("/etc/init.d/", ["pkg/server/soledad-server"])] trove_classifiers = ( -- cgit v1.2.3