From a33537c799c0ac2dad847fbffaeebabbff4f786f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 04:12:27 -0600 Subject: paths Signed-off-by: Jeff Carr --- debian/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/Makefile b/debian/Makefile index 586d28b..9b9ff88 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -1,5 +1,5 @@ # GITVERSION=$(shell git rev-parse FETCH_HEAD) -GUIVERSION=$(shell cd ../../../lib/widget && git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//') +GUIVERSION=$(shell cd ../../../widget && git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//') TOOLKITVERSION=$(shell git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//') VERSION=${TOOLKITVERSION}-gui-${GUIVERSION} -- cgit v1.2.3