From 2e4dc3c137f549608693ed7285dba55a4534173f Mon Sep 17 00:00:00 2001 From: u Date: Sat, 25 Sep 2021 14:47:12 -0400 Subject: avoid lsb_release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 30e621d..5d16a5a 100644 --- a/Makefile +++ b/Makefile @@ -235,7 +235,7 @@ veritymount: rootfs/samizdat.seed.btrfs.verity.log rootfs/%.btrfs: $(SUDO_MAKE) -C rootfs $(notdir $@) -debian_dist := $(shell lsb_release -cs) +debian_dist := $(shell . /etc/os-release && printf %s $$VERSION_CODENAME) apt_list_files = $(addprefix /./var/lib/apt/lists/, \ *$(debian_dist)_main_binary* \ -- cgit v1.2.3