summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoru <u@svh>2020-05-14 21:33:24 -0400
committeru <u@svh>2020-05-14 21:33:24 -0400
commit01bf0bd50b12a1a54a680086576a7b3db319c495 (patch)
treee6b9fe9c9e447b2e56654e0325e3a89e8edda655 /Makefile
parent784fd1095745267e3d1865bd9e51328597b0a40e (diff)
remove explicit references to stretch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a14d817..e3f38bd 100644
--- a/Makefile
+++ b/Makefile
@@ -193,7 +193,7 @@ endif
193 193
194FORCE: 194FORCE:
195 195
196debian_dist = stretch 196debian_dist := $(shell lsb_release -cs)
197 197
198apt_list_files = $(addprefix /./var/lib/apt/lists/, \ 198apt_list_files = $(addprefix /./var/lib/apt/lists/, \
199 *$(debian_dist)_main_binary* \ 199 *$(debian_dist)_main_binary* \