From e017fd5a049285544071c68476242fd5a5f693f5 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Tue, 22 Dec 2020 14:48:51 +0100 Subject: cmake: fix comment in rpm-build target. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index dbc7ff9b7b..8eeba499f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3111,7 +3111,7 @@ if(RPMBUILD_EXECUTABLE) -ba SPECS/wireshark.spec DEPENDS "${CMAKE_BINARY_DIR}/packaging/rpm/SOURCES/${_export_tarball}" WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/packaging/rpm" - COMMENT "Create a tarball from the current git commit." + COMMENT "Create a rpm from the current git commit." ) endif() -- cgit v1.2.3