cpack: Fix description and vendor
authorAndreas Schneider <asn@samba.org>
Tue, 7 May 2019 09:58:49 +0000 (11:58 +0200)
committerAndreas Schneider <asn@samba.org>
Fri, 17 May 2019 05:44:46 +0000 (07:44 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
CPackConfig.cmake

index 827b5189c663df5e57008cad4002eab94b8eb9ad..3a554a90d3543086c17303c782130fe2ede43a9a 100644 (file)
@@ -3,9 +3,9 @@
 
 ### general settings
 set(CPACK_PACKAGE_NAME ${PROJECT_NAME})
-set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The SSH library")
+set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The NSS wrapper library")
 set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md")
-set(CPACK_PACKAGE_VENDOR "The SSH Library Development Team")
+set(CPACK_PACKAGE_VENDOR "The Samba Team")
 set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME})
 set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE")