From 1b6255cc2b333e7721f8ea3b387ffe7b23e9aa24 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 30 Sep 2012 17:10:26 +0200 Subject: fix autostart --- distfoldd/distfoldd.pro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'distfoldd') diff --git a/distfoldd/distfoldd.pro b/distfoldd/distfoldd.pro index 2d62e8f..f2315d4 100644 --- a/distfoldd/distfoldd.pro +++ b/distfoldd/distfoldd.pro @@ -36,7 +36,8 @@ HEADERS += \ contains(MEEGO_EDITION,harmattan) { target.path = /opt/distfold/bin INSTALLS += target -} -OTHER_FILES += \ - distfoldd.conf + service.files = distfoldd.conf + service.path = /etc/init/apps + INSTALLS += service +} -- cgit v1.2.3