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)
diff --git a/src/usb-dbg.cpp b/src/usb-dbg.cpp
index 630b7b7..6e3847f 100644
--- a/src/usb-dbg.cpp
+++ b/src/usb-dbg.cpp
@@ -28,8 +28,9 @@
 namespace ipmi
 {
 
-#define JSON_POST_DATA_FILE "/usr/share/ipmi-providers/post_desc.json"
-#define JSON_GPIO_DATA_FILE "/usr/share/ipmi-providers/gpio_desc.json"
+#define JSON_POST_DATA_FILE "/usr/share/lcd-debug/post_desc.json"
+#define JSON_GPIO_DATA_FILE "/usr/share/lcd-debug/gpio_desc.json"
+
 #define ETH_INTF_NAME "eth0"
 
 #define ESCAPE "\x1B"