diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 04:12:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 04:12:27 -0600 |
| commit | a33537c799c0ac2dad847fbffaeebabbff4f786f (patch) | |
| tree | 53bee3a5fe233028a2c58c0c51dc50afdc697fd6 /debian | |
| parent | 9a7d8f89465105fda78e7e7d086ca24d975ef548 (diff) | |
pathsv0.12.7
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
