From c1ff5cfa99f0524a7c0a1d5dc4cad0e7cce5f567 Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Thu, 25 Jul 2013 10:17:41 +0200 Subject: account: fix wrong installation path for profile registration mof --- src/account/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/account/CMakeLists.txt b/src/account/CMakeLists.txt index d839565..495d7c6 100644 --- a/src/account/CMakeLists.txt +++ b/src/account/CMakeLists.txt @@ -53,4 +53,4 @@ cim_registration(${PROVIDER_NAME} ${LIBRARY_NAME} ${MOF} share/openlmi-providers install(TARGETS ${LIBRARY_NAME} DESTINATION lib${LIB_SUFFIX}/cmpi/) install(PROGRAMS ${ACCOUNT_SCRIPT} DESTINATION libexec/pegasus) -install(FILES ${TARGET_MOF} DESTINATION share/openlmi/providers/) +install(FILES ${TARGET_MOF} DESTINATION share/openlmi-providers/) -- cgit