From 2ab5fdb47fcbd2e3a5b1a96ce2f45226c89c02b4 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 25 Oct 2025 14:11:34 +0200 Subject: [PATCH] Fix version capture in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6400731..6da7612 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ bin := "bin" systemd := "lib/systemd" user_unit_dir := "$(systemd)/user" profile := "release" -version := $(shell grep '^version' Cargo.toml | sed 's/version = "(.*)"/\1/g') +version := $(shell grep '^version' Cargo.toml | sed 's/version = "\(.*\)"/\1/g') deb_version := $(shell grep Version control | sed 's/Version: *//g') build: