summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 07:53:16 -0500
committerJeff Carr <[email protected]>2025-10-15 07:53:16 -0500
commit2ac31afb31dfc53c9973adda624c62e741424975 (patch)
treeafe5dfba5990a1f54f6e488ddc19321ef5883b21 /Makefile
parente27a0fa3699c8cb61819a70bce5161620dd84ad4 (diff)
pass the build version to dpkg
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef277f3..edaf40a 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ deb-with-commits-all:
rm -f ~/incoming/*.deb
forge commit --all
forge normal
- wit build deb --all --force
+ wit build deb --all --force --buildversion 7
deb-with-commits-all-riscv64:
make commit