Change the path where writable files is installed: res -> data 52/139952/1
authorGeunsun, Lee <gs86.lee@samsung.com>
Fri, 21 Jul 2017 06:38:26 +0000 (15:38 +0900)
committerGeunsun, Lee <gs86.lee@samsung.com>
Fri, 21 Jul 2017 06:38:32 +0000 (15:38 +0900)
Change-Id: I6bf9b4943ee7ec32fc1a7112c2899aec8e992bac

packaging/org.tizen.position-finder-client.spec

index f56d031..1aa2429 100644 (file)
@@ -60,8 +60,8 @@ make %{?jobs:-j%jobs}
 
 %post
 /sbin/ldconfig
-chsmack -a "User::App::Shared" %{_pkg_dir}/res/*.dat
-chmod 666 %{_pkg_dir}/res/*.dat
+chsmack -a "User::App::Shared" %{_pkg_data_dir}/*.dat
+chmod 666 %{_pkg_data_dir}/*.dat
 
 %postun -p /sbin/ldconfig