1
0
mirror of synced 2026-05-03 14:58:48 +00:00

Fix missing "|" in regex in Debian's 20-setup-apt

Closes: #997668
This commit is contained in:
Axel Beckert
2021-10-24 02:23:35 +02:00
parent 00527f64b2
commit 7ebb0f41a4
13 changed files with 19 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
#
TMPDIR ?= /tmp
DIST_PREFIX = ${TMPDIR}
VERSION = 4.9
VERSION = 4.9.1
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
BASE = xen-tools
VCS = git