Modify installing directory path for blacklist file 10/61910/1 accepted/tizen/common/20160311.203607 accepted/tizen/ivi/20160311.150223 accepted/tizen/mobile/20160311.143158 accepted/tizen/tv/20160311.144752 accepted/tizen/wearable/20160311.145601 submit/tizen/20160311.062431
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 11 Mar 2016 06:21:29 +0000 (15:21 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 11 Mar 2016 06:21:29 +0000 (15:21 +0900)
Change-Id: I04bf82ee0aed9f07301172c20eaa53e25ad85d78
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
ag-agent/CMakeLists.txt
packaging/bluetooth-agent.spec

index 79f5872..25fe8e1 100644 (file)
@@ -31,7 +31,7 @@ ENDFOREACH(flag)
 
 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS}")
 
-SET(APP_SYSCONFDIR /opt/var/lib/bluetooth)
+SET(APP_SYSCONFDIR /var/lib/bluetooth)
 
 ADD_DEFINITIONS("-DAPP_SYSCONFDIR=\"${APP_SYSCONFDIR}\"")
 
@@ -43,7 +43,7 @@ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/org.bluez.ag_agent.service
                DESTINATION share/dbus-1/system-services)
 
 INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/voice-recognition-blacklist
-               DESTINATION /opt/var/lib/bluetooth/)
+               DESTINATION /var/lib/bluetooth/)
 
 CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/bluetooth-ag-agent.conf.in ${CMAKE_CURRENT_SOURCE_DIR}/bluetooth-ag-agent.conf)
 INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/bluetooth-ag-agent.conf DESTINATION /etc/dbus-1/system.d)
index d43e2ba..74f90bd 100644 (file)
@@ -96,7 +96,7 @@ mkdir -p %{buildroot}%{_unitdir}/multi-user.target.wants
 %{_datadir}/dbus-1/system-services/org.bluez.ag_agent.service
 #%{_usrlibdir}/systemd/system/bluetooth-ag-agent.service
 #%{_usrlibdir}/systemd/system/multi-user.target.wants/bluetooth-ag-agent.service
-%attr(0666,-,-) /opt/var/lib/bluetooth/voice-recognition-blacklist
+%attr(0666,-,-) /var/lib/bluetooth/voice-recognition-blacklist
 %{_sysconfdir}/dbus-1/system.d/bluetooth-ag-agent.conf
 %endif
 %{_datadir}/license/bluetooth-agent