Skip to content

Commit

Permalink
Fix setting DIST_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Dec 24, 2021
1 parent b3787f4 commit 4f0d046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ifneq (,$(findstring $(DIST),stretch buster bullseye bookworm))
DISTRIBUTION := debian
BUILDER_MAKEFILE = $(DEBIAN_PLUGIN_DIR)Makefile.debian
TEMPLATE_SCRIPTS = $(DEBIAN_PLUGIN_DIR)template_debian
DIST_TAG := $(strip $(subst buster, deb9, $(DIST_TAG)))
DIST_TAG := $(strip $(subst stretch, deb9, $(DIST)))
DIST_TAG := $(strip $(subst buster, deb10, $(DIST_TAG)))
DIST_TAG := $(strip $(subst bullseye, deb11, $(DIST_TAG)))
DIST_TAG := $(strip $(subst bookworm, deb12, $(DIST_TAG)))
Expand Down

0 comments on commit 4f0d046

Please sign in to comment.