From d86b5c73d5be2d05f4258f76eb74b7269327bc7d Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Mon, 4 Mar 2024 17:33:15 +0100 Subject: PACKAGING debian source working --- tools/create_fedora_source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/create_fedora_source.sh') diff --git a/tools/create_fedora_source.sh b/tools/create_fedora_source.sh index 3f5cba28..e6f851f5 100755 --- a/tools/create_fedora_source.sh +++ b/tools/create_fedora_source.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=2.0.12 +VERSION=$(cat ../CMakeLists.txt |grep set\(HARDINFO2_VERSION|cut -d '"' -f 2) cd .. rm -rf build yum -y remove hardinfo -- cgit v1.2.3