summaryrefslogtreecommitdiffstats
path: root/base/common
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-10-03 19:09:08 -0500
committerAde Lee <alee@redhat.com>2012-10-07 23:53:23 -0400
commit79a3d828d4851afb66e3c18b812ae31171c39a6e (patch)
tree6eca485f9750dcc0688bc87d0e195ffa38af903c /base/common
parentda73f97ee897782a4e8fc326cd428bcd7ba5fd31 (diff)
downloadpki-79a3d828d4851afb66e3c18b812ae31171c39a6e.tar.gz
pki-79a3d828d4851afb66e3c18b812ae31171c39a6e.tar.xz
pki-79a3d828d4851afb66e3c18b812ae31171c39a6e.zip
Renamed "shared" folder to "server".
The "shared" folder in /usr/share/pki has been renamed to "server" since it contains only server files. Ticket #353
Diffstat (limited to 'base/common')
-rw-r--r--base/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/CMakeLists.txt b/base/common/CMakeLists.txt
index 1a308ebb9..c4a4b1d41 100644
--- a/base/common/CMakeLists.txt
+++ b/base/common/CMakeLists.txt
@@ -31,7 +31,7 @@ install(
DIRECTORY
shared/
DESTINATION
- ${DATA_INSTALL_DIR}/shared/
+ ${DATA_INSTALL_DIR}/server/
PATTERN
"lib/*" EXCLUDE
)