aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-02-11 13:47:31 +0100
committerhwspeedy <ns@bigbear.dk>2024-02-11 13:47:31 +0100
commit4da3f944cf2047a8f74c745d3bb67869ec8d7b84 (patch)
tree4d5989a8803290f4205e0f34b263832b76f174aa /CMakeLists.txt
parent93215fd0c1bdd618efb92cfdf03b6dc481ceed97 (diff)
FIX Packaging - keep hardinfo package name, fix links
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 31fc111c..410ee101 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -506,7 +506,8 @@ install(FILES pixmaps/hardinfo2.png
########################PACKAGE BUILDING FOR DISTROS###########################
#Please update here for building packages
-
+#keep package name as hardinfo to allow for upgrading in distro
+SET(CPACK_PACKAGE_NAME "hardinfo")
SET(CPACK_PACKAGE_HOMEPAGE_URL "https://www.hardinfo2.org")
if(${RPM})
SET(CPACK_GENERATOR "RPM")