Author: mcpierce
Date: Fri Nov 30 20:37:21 2012
New Revision: 1415844

URL: http://svn.apache.org/viewvc?rev=1415844&view=rev
Log:
NO-JIRA: Fixed the manpage path for proton.

Modified:
    qpid/proton/trunk/proton-c/CMakeLists.txt

Modified: qpid/proton/trunk/proton-c/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/CMakeLists.txt?rev=1415844&r1=1415843&r2=1415844&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/CMakeLists.txt (original)
+++ qpid/proton/trunk/proton-c/CMakeLists.txt Fri Nov 30 20:37:21 2012
@@ -51,7 +51,7 @@ set (INCLUDE_INSTALL_DIR include CACHE P
 set (LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "Library object file 
directory")
 set (SYSCONF_INSTALL_DIR etc CACHE PATH "System read only configuration 
directory")
 set (SHARE_INSTALL_DIR share CACHE PATH "Shared read only data directory")
-set (MAN_INSTALL_DIR man CACHE PATH "Manpage directory")
+set (MAN_INSTALL_DIR share/man CACHE PATH "Manpage directory")
 
 set (PROTON_SHARE ${SHARE_INSTALL_DIR}/proton-${PN_VERSION})
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to