summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-07-25 10:17:41 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-07-25 10:17:41 +0200
commitc1ff5cfa99f0524a7c0a1d5dc4cad0e7cce5f567 (patch)
treede79b19cc65c4864117868ccf3076a8badfccddb
parent5b0523276394205f33db4eb57486eaeb481301ce (diff)
downloadopenlmi-providers-c1ff5cfa99f0524a7c0a1d5dc4cad0e7cce5f567.tar.gz
openlmi-providers-c1ff5cfa99f0524a7c0a1d5dc4cad0e7cce5f567.tar.xz
openlmi-providers-c1ff5cfa99f0524a7c0a1d5dc4cad0e7cce5f567.zip
account: fix wrong installation path for profile registration mof
-rw-r--r--src/account/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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/)