From 7eb87921fe4e9eb71e4205b56b4a8e11097d470b Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 27 Oct 2015 15:15:24 +0100 Subject: [PATCH] right regex --- build-scripts/build-auth-debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/build-auth-debian b/build-scripts/build-auth-debian index 44e6be352d..7f8b0a010a 100755 --- a/build-scripts/build-auth-debian +++ b/build-scripts/build-auth-debian @@ -30,7 +30,7 @@ cd $DISTDIR if $(echo $VERSION | grep -q -E '^0\.0\.'); then # make sure we don't break dependencies for master releases - sed -i '!pdns-server (<< 3.4.6-2)!d' debian/control + sed -i '/pdns-server (<< 3.4.6-2)/d' debian/control fi cat > debian/changelog << EOF -- 2.47.2