[Pkg-owncloud-commits] [owncloud-client] 301/333: Fix installation paths
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:17:07 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 57c59850e1eff2dc00c7c9857e4200abdb6f4819
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Fri Apr 4 15:52:21 2014 +0200
Fix installation paths
---
cmake/modules/DefineInstallationPaths.cmake | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cmake/modules/DefineInstallationPaths.cmake b/cmake/modules/DefineInstallationPaths.cmake
index a83f436..5cb850b 100644
--- a/cmake/modules/DefineInstallationPaths.cmake
+++ b/cmake/modules/DefineInstallationPaths.cmake
@@ -13,7 +13,7 @@ if (UNIX)
CACHE PATH "Base directory for files which go to share/"
)
SET(DATA_INSTALL_PREFIX
- "${SHARE_INSTALL_PREFIX}/${APPLICATION_SHORTNAME}"
+ "${SHARE_INSTALL_PREFIX}"
CACHE PATH "The parent directory where applications can install their data")
# The following are directories where stuff will be installed to
@@ -34,11 +34,11 @@ if (UNIX)
CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is prefix/libexec)"
)
SET(LIB_PRIVATE_INSTALL_DIR
- "${LIB_INSTALL_DIR}/${APPLICATION_SHORTNAME}"
+ "${LIB_INSTALL_DIR}"
CACHE PATH "The subdirectory relative to the install prefix where private libs are installed"
)
SET(PLUGIN_INSTALL_DIR
- "${LIB_INSTALL_DIR}/${APPLICATION_SHORTNAME}"
+ "${LIB_INSTALL_DIR}"
CACHE PATH "The subdirectory relative to the install prefix where plugins will be installed (default is prefix/lib/${APPLICATION_SHORTNAME})"
)
SET(INCLUDE_INSTALL_DIR
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list