tizen id: change default path of the tizen id to /home/root 63/47263/1 accepted/tizen/mobile/20150902.055231 accepted/tizen/tv/20150902.055243 accepted/tizen/wearable/20150902.055251 submit/tizen/20150901.131514
authortaeyoung <ty317.kim@samsung.com>
Tue, 1 Sep 2015 13:08:43 +0000 (22:08 +0900)
committertaeyoung <ty317.kim@samsung.com>
Tue, 1 Sep 2015 13:10:44 +0000 (22:10 +0900)
- Previously /opt/home/root was used. But the path does not exist
  in Tizen 3.0. Thus the path is changed to /home/root

Change-Id: I9d6a077a700988836bd0062863080dd2664176c5
Signed-off-by: taeyoung <ty317.kim@samsung.com>
packaging/capi-system-info.spec

index f2864eb..0ae9002 100644 (file)
@@ -34,7 +34,7 @@ cp %{SOURCE1001} .
 %define info_file_path /etc/info.ini
 %define os_release_file_path /etc/os-release
 %define serial_path /csa/imei/serialno.dat
-%define tizen_id_path /opt/home/root/tizenid
+%define tizen_id_path /home/root/tizenid
 
 %build
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`