Move debug card config file
Install all lcd debug card related config files in single
directory lcd-debug
Change-Id: I142e00f06060d038ce38e552666b4294e6fde318
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 62e3e4d..d365f69 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,7 +73,7 @@
target_link_libraries (zfboemcmds ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries (zfboemcmds phosphor_logging)
-set (PACKAGE_DIR /usr/share/ipmi-providers/)
+set (PACKAGE_DIR /usr/share/lcd-debug/)
set (CONFIG_FILES post_desc.json gpio_desc.json)
install (TARGETS zfboemcmds DESTINATION lib/ipmid-providers)