From f7c536deac156709d8f5c46ca300e7abab3608d6 Mon Sep 17 00:00:00 2001 From: muzena Date: Wed, 9 Sep 2020 16:42:27 +0200 Subject: [PATCH] Update debian version build --- Packaging/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packaging/debian/rules b/Packaging/debian/rules index a76632793..7a019d7ea 100755 --- a/Packaging/debian/rules +++ b/Packaging/debian/rules @@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=-all export DEB_CFLAGS_MAINT_APPEND = -Wno-error export DEB_LDFLAGS_MAINT_APPEND = -Wno-error DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -GIT_VERSION_DEVILUTIONX ?= $(shell pwd | tail -c 22 | cut -c-5) +GIT_VERSION_DEVILUTIONX ?= $(shell pwd | tail -c 23 | cut -c-5) GIT_COMMIT_DEVILUTIONX := $(shell pwd | tail -c 8) %: