Skip to content

Commit 40b6428

Browse files
committed
fixup Document need for git for tags/commit info
1 parent 9e1b767 commit 40b6428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-linux-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fatal() {
2222
}
2323

2424
check_dependencies() {
25-
# needed to clone repository
25+
# needed to clone repository and generate version from latest tag/commit
2626
packages="git"
2727
# will pull gcc-aarch64-linux-gnu; should pull a native compiler on arm64
2828
# and a cross-compiler on other architectures

0 commit comments

Comments
 (0)