Skip to content

Commit

Permalink
[sociald] Change central data location. Contributes to JB#7975
Browse files Browse the repository at this point in the history
The central data location has been updated.

Contributes to JB#7975
  • Loading branch information
Chris Adams committed Aug 15, 2013
1 parent 55385c9 commit 3d2cae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/sociald.spec
@@ -1,6 +1,6 @@
Name: sociald
Summary: Syncs device data from social services
Version: 0.0.21
Version: 0.0.22
Release: 1
Group: System/Applications
License: TBD
Expand Down
2 changes: 1 addition & 1 deletion src/src.pro
Expand Up @@ -35,7 +35,7 @@ QT += \
include(facebook/facebook.pri)
include(twitter/twitter.pri)

DEFINES += 'PRIVILEGED_DATA_DIR=\'\"/home/nemo/.local/share/data/.privileged/\"\''
DEFINES += 'PRIVILEGED_DATA_DIR=\'\"/home/nemo/.local/share/system/privileged/\"\''
DEFINES += 'SYNC_DATABASE_DIR=\'\"Sync\"\''
DEFINES += 'SOCIALD_SYNC_DATABASE_NAME=\'\"sociald.db\"\''

Expand Down

0 comments on commit 3d2cae1

Please sign in to comment.