summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2020-05-03 12:36:27 -0400
committerBradley Sepos <[email protected]>2020-05-03 12:36:27 -0400
commit4c0b1a2a8b69bac7a66eda561f47c506f4ab83cd (patch)
tree64c68d9b2bf388bc5565e559e2f6a776f150ca4d
parent0b6b6847631881bd16027c90b079c06adadf666f (diff)
build: pkg: Fix typo in Linux package module.
-rw-r--r--pkg/linux/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/module.defs b/pkg/linux/module.defs
index 307523058..a44d89662 100644
--- a/pkg/linux/module.defs
+++ b/pkg/linux/module.defs
@@ -14,7 +14,7 @@ endif
ifeq ($(HB.repo.type),release)
PKG.rpm.hb.version = $(tag)
else ifeq ($(HB.repo.branch),)
- PKG.rpm.hb.version = $(tab).$(HB.repo.shorthash)
+ PKG.rpm.hb.version = $(tag).$(HB.repo.shorthash)
else
PKG.rpm.hb.version = $(tag).$(HB.repo.shorthash).$(HB.repo.branch)
endif