diff options
author | Bradley Sepos <[email protected]> | 2020-05-03 12:36:27 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2020-05-03 12:36:27 -0400 |
commit | 4c0b1a2a8b69bac7a66eda561f47c506f4ab83cd (patch) | |
tree | 64c68d9b2bf388bc5565e559e2f6a776f150ca4d | |
parent | 0b6b6847631881bd16027c90b079c06adadf666f (diff) |
build: pkg: Fix typo in Linux package module.
-rw-r--r-- | pkg/linux/module.defs | 2 |
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 |