From 6faa49b5e0dc6f7bef3d43cef549acf29ce63cee Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 4 Feb 2025 15:48:04 +0100 Subject: [PATCH] Fix sed invocation --- jenkins/generate-pgdg-source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/generate-pgdg-source b/jenkins/generate-pgdg-source index 4a318ac..fcdc6bf 100755 --- a/jenkins/generate-pgdg-source +++ b/jenkins/generate-pgdg-source @@ -237,13 +237,13 @@ case $PACKAGE in pgbouncer) case ${distribution:-} in bookworm|bullseye|noble|jammy|focal) - sed -e '/python3-filelock/a \ python3-contextlib2,' debian/control + sed -i -e '/python3-filelock/a \ python3-contextlib2,' debian/control TWEAK+=("Add python3-contextlib2 build-dependency.") ;; esac case ${distribution:-} in bookworm|bullseye|jammy|focal) - sed -e '/tzdata-legacy/d' debian/control + sed -i -e '/tzdata-legacy/d' debian/control TWEAK+=("Remove tzdata-legacy build-dependency.") ;; esac -- 2.39.5