summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2016-03-03 23:23:03 +0100
committerChristian Heimes <cheimes@redhat.com>2016-03-03 23:23:03 +0100
commit4682e654ecbaef21879bb65db9e939089fda0b72 (patch)
tree3f75293e9f443054f42447e533870ce8f75b351a
parentc0c1834465438844ff542514127b80b568c1afd8 (diff)
downloadpki-4682e654ecbaef21879bb65db9e939089fda0b72.tar.gz
pki-4682e654ecbaef21879bb65db9e939089fda0b72.tar.xz
pki-4682e654ecbaef21879bb65db9e939089fda0b72.zip
Correct installation path for pki.server
0e35b64c1f751cc8a7a8a0fac25828a8eab24714 introduced an additional and unwanted directory.
-rw-r--r--base/server/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/CMakeLists.txt b/base/server/CMakeLists.txt
index c4c6baacf..9e986a045 100644
--- a/base/server/CMakeLists.txt
+++ b/base/server/CMakeLists.txt
@@ -37,7 +37,7 @@ install(
DIRECTORY
python/pki/server
DESTINATION
- ${PYTHON_SITE_PACKAGES}/pki/server
+ ${PYTHON_SITE_PACKAGES}/pki
FILES_MATCHING PATTERN
*.py
)