summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorRichard A Nelson (Rick) <cowboy@debian.org>2005-04-25 02:30:00 +0000
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 19:58:49 +0200
commit11606d89a75b84f614d3a84cdcf081204a864c09 (patch)
treeb109be1c08b2a2302e3cb143fe34be866520327b /debian/rules
parent676f8900ac96a2ca054b91b0a00cf6d4fb95211d (diff)
downloadsendmail-debian/8.13.4-2.tar.gz
Imported Debian patch 8.13.4-2debian/8.13.4-2
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ccbfd7c..53e4ac3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -112,7 +112,7 @@ ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
endif
# will want path info for some things... Like patches/changelogs...
-pwd_string := $(shell expr "${pwd_dir}" : '.*-\([0-9.].*\)')
+pwd_string := $(shell expr "${pwd_dir}" : '.*-\([X?0-9.].*\)')
ifeq (, $(findstring +,${pwd_string}))
pwd_version := ${pwd_string}
else