Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
get install paths correct
  • Loading branch information
Lorn Potter committed Mar 19, 2013
1 parent 71e9b26 commit fd21d69
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connd/connd.pro
Expand Up @@ -31,7 +31,7 @@ HEADERS+= \
LIBS += -lconnman-qt4
# LIBS += -llipstick

target.path = /usr/sbin
target.path = /usr/bin
INSTALLS += target

MOC_DIR=.moc
Expand Down
2 changes: 1 addition & 1 deletion connectionagent.pro
Expand Up @@ -5,4 +5,4 @@ TEMPLATE += ordered
SUBDIRS += connd
SUBDIRS += connectionagentplugin
SUBDIRS += test/testqml

SUBDIRS += rpm
8 changes: 8 additions & 0 deletions rpm/rpm.pro
@@ -0,0 +1,8 @@
OTHER_FILES += \
com.jolla.Connectiond.service

service.path = $${INSTALL_PREFIX}/share/dbus-1/services
service.files = com.jolla.Connectiond.service


INSTALLS += service

0 comments on commit fd21d69

Please sign in to comment.