]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
updating extra packaging name
authorJosh <jrosenba@cisco.com>
Wed, 3 Dec 2014 17:14:51 +0000 (11:14 -0600)
committerJosh <jrosenba@cisco.com>
Wed, 3 Dec 2014 17:14:51 +0000 (11:14 -0600)
extra/FindSNORT.cmake
extra/packaging_data.cmake

index 31b542b2046b16cd8abc183c0ef3dbba38476d1f..7ed3635335baec39474c2392ac7951e2771383e6 100644 (file)
@@ -41,7 +41,7 @@ set(ERROR_MESSAGE
 
     4)  Find the file snort.cmake.  Manually set set the
         variable SNORT_IMPORT_FILE using either ccmake or the
-        command line (-DSNORT_IMPORT_FILE=/full/path/to/snort.cmake)
+        command line (-DSNORT_IMPORT_FILE=/full/install/path/lib/snort/snort.cmake)
 
     5)  install pkg-config and add snort.pc to the PKG_CONFIG_PATH
             environment variable.
index 928810daac1eb2bb9276817645cdea264f416ff0..590fe4ee403be66f36b292d2c5b7c606c102883d 100644 (file)
@@ -27,6 +27,7 @@ set (CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/doc/images/snort.png")
 set (CPACK_PACKAGE_INSTALL_DIRECTORY "snort")
 set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
 set (CPACK_RESOURCE_FILE_README "${CMAKE_SOURCE_DIR}/README")
+set (CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
 set (CPACK_SOURCE_IGNORE_FILES "${CMAKE_BINARY_DIR}/;autom4te.cache;")
 set (CPACK_SOURCE_GENERATOR TGZ)