summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-12 20:41:59 -0500
committerJeff Carr <[email protected]>2025-10-13 03:28:20 -0500
commitaca9033f21dae1b9862248582827d05151bbe592 (patch)
tree4110f7526d08da098d8561c34e6b35c6c91adb3d /Makefile
parent4cefe0bf52f9d60d25858ebb51b870433004a4a6 (diff)
parsing dpkg -I the right way
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c11fb7e..39329a4 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ GUIVERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%s)
all: install
- mirrors
+ mirrors walk
+ mirrors verify
everything: install
mirrors