diff options
author | juho <juho80.son@samsung.com> | 2013-05-07 13:50:06 +0900 |
---|---|---|
committer | juho <juho80.son@samsung.com> | 2013-05-07 13:50:09 +0900 |
commit | a2834f29681a771ff23f631e0fc38892314a4e8a (patch) | |
tree | d550ab7a04828bb26165c14af6283b6ce5f54b23 | |
parent | 5f4089c779244aa9be82c62ed2f5b96fe54b24de (diff) | |
download | crash-worker-sdk-a2834f29681a771ff23f631e0fc38892314a4e8a.tar.gz crash-worker-sdk-a2834f29681a771ff23f631e0fc38892314a4e8a.tar.bz2 crash-worker-sdk-a2834f29681a771ff23f631e0fc38892314a4e8a.zip |
change path of crash-popup rule file
Change-Id: I4d0f5d80f5a76c1df6cf901bc4a6b26b8695db66
-rw-r--r-- | crash-popup/CMakeLists.txt | 2 | ||||
-rw-r--r-- | packaging/crash-worker-sdk.spec | 2 | ||||
-rw-r--r-- | packaging/org.tizen.crash-popup.rule | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/crash-popup/CMakeLists.txt b/crash-popup/CMakeLists.txt index 3c2532b..f3e9245 100644 --- a/crash-popup/CMakeLists.txt +++ b/crash-popup/CMakeLists.txt @@ -93,7 +93,7 @@ INSTALL(TARGETS ${EXENAME} DESTINATION ${BINDIR}) INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/${PKGNAME}.xml DESTINATION ${PREFIX}/share/packages) INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/${PKGNAME}.png DESTINATION ${ICONDIR}) # install SMACK rule file -INSTALL(FILES ${CMAKE_SOURCE_DIR}/org.tizen.crash-popup.rule DESTINATION /etc/smack/accesses2.d) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/org.tizen.crash-popup.rule DESTINATION /opt/etc/smack/accesses.d/) # i18n ADD_SUBDIRECTORY(popup_po) diff --git a/packaging/crash-worker-sdk.spec b/packaging/crash-worker-sdk.spec index e2a5208..54458bb 100644 --- a/packaging/crash-worker-sdk.spec +++ b/packaging/crash-worker-sdk.spec @@ -105,7 +105,7 @@ vconftool set -t int db/crash/sendflag "0" -f %files -n org.tizen.crash-popup %manifest org.tizen.crash-popup.manifest -/etc/smack/accesses2.d/org.tizen.crash-popup.rule +/opt/etc/smack/accesses.d/org.tizen.crash-popup.rule %defattr(-,root,root,-) /usr/share/packages/org.tizen.crash-popup.xml /usr/share/icons/default/small/org.tizen.crash-popup.png diff --git a/packaging/org.tizen.crash-popup.rule b/packaging/org.tizen.crash-popup.rule index baf2813..c034412 100644 --- a/packaging/org.tizen.crash-popup.rule +++ b/packaging/org.tizen.crash-popup.rule @@ -14,5 +14,5 @@ org.tizen.crash-popup isf rwx org.tizen.crash-popup org.tizen.indicator rw org.tizen.crash-popup sound_server rw org.tizen.crash-popup dbus r -org.tizen.crash-viewer pulseaudio rwxat +org.tizen.crash-popup pulseaudio rwxat org.tizen.crash-popup stest-service w |