From 59f907b5eac9a405dac85c628c079cacb05c6523 Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Fri, 30 Dec 2022 11:14:05 +0100 Subject: [PATCH] UBUNTU: [Packaging] update helper scripts BugLink: https://bugs.launchpad.net/bugs/1786013 Signed-off-by: Andrea Righi --- debian/scripts/helpers/open | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/scripts/helpers/open b/debian/scripts/helpers/open index a457377a76b7..bf58b85e62ab 100755 --- a/debian/scripts/helpers/open +++ b/debian/scripts/helpers/open @@ -138,6 +138,7 @@ fi # Load the info about derivative BACKPORT_SUFFIX= +BACKPORT_NO_SUFFIX= derivative_conf="$DEBIAN/etc/update.conf" if [ -f "$derivative_conf" ]; then # shellcheck disable=SC1090 @@ -145,7 +146,7 @@ if [ -f "$derivative_conf" ]; then fi # Run the update script used for backport kernels -if [ -n "$BACKPORT_SUFFIX" ]; then +if [ -n "$BACKPORT_SUFFIX" ] || [ -n "$BACKPORT_NO_SUFFIX" ]; then update_from_master_script="$DEBIAN/scripts/helpers/copy-files" if [ ! -x "$update_from_master_script" ]; then echo "Backport kernel is missing the"\