diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -193,7 +193,7 @@ endif | |||
193 | 193 | ||
194 | FORCE: | 194 | FORCE: |
195 | 195 | ||
196 | debian_dist = stretch | 196 | debian_dist := $(shell lsb_release -cs) |
197 | 197 | ||
198 | apt_list_files = $(addprefix /./var/lib/apt/lists/, \ | 198 | apt_list_files = $(addprefix /./var/lib/apt/lists/, \ |
199 | *$(debian_dist)_main_binary* \ | 199 | *$(debian_dist)_main_binary* \ |