diff options
author | Junfeng Dong <junfeng.dong@intel.com> | 2013-03-28 18:30:58 +0800 |
---|---|---|
committer | lifang <fangx.li@intel.com> | 2013-04-02 22:47:50 +0800 |
commit | fdd37ab3763ee8f3cb8c04be98ef02dc3369ba62 (patch) | |
tree | 643151f9f538c3eb16d2022864f3afc5c7c2bb67 | |
parent | e346125dc68c4ef77dbe9c5b5fc18218df970049 (diff) | |
download | contacts-service-fdd37ab3763ee8f3cb8c04be98ef02dc3369ba62.tar.gz contacts-service-fdd37ab3763ee8f3cb8c04be98ef02dc3369ba62.tar.bz2 contacts-service-fdd37ab3763ee8f3cb8c04be98ef02dc3369ba62.zip |
Fix for 64 bit compatibility.
- systemd content uses /usr/lib on both 32 and 64 platform.
Change-Id: I8a4929d0527ff79397d0fdaa5fa792314080c0ea
-rw-r--r-- | packaging/contacts-service.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/contacts-service.spec b/packaging/contacts-service.spec index c040e6d..087c0b9 100644 --- a/packaging/contacts-service.spec +++ b/packaging/contacts-service.spec @@ -102,8 +102,8 @@ vconftool set -t int db/contacts-svc/phonenumber_min_match_digit 8 -g 6005 /opt/usr/data/contacts-svc/.CONTACTS_SVC_* /opt/usr/data/contacts-svc/img/* %attr(0755,root,root) /etc/rc.d/init.d/contacts-service-ipcd.sh -%{_libdir}/systemd/user/contacts-service.service -%{_libdir}/systemd/user/tizen-middleware.target.wants/contacts-service.service +/usr/lib/systemd/user/contacts-service.service +/usr/lib/systemd/user/tizen-middleware.target.wants/contacts-service.service %config(noreplace) /opt/usr/dbspace/.contacts-svc.db* |