diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-13 09:23:06 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-13 09:23:06 (EST) |
commit | 89fe13f428f466beeae8f35e7abde5b06fb03141 (patch) | |
tree | da71e41f1498ecde8623bd4edfdeaea4f21203e3 /build | |
parent | d3664a52d6650cecdff8965d039c8ae62d80dfa0 (diff) |
build: Update a comment
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ include ../macros.$(OPK_HOST_ARCH_KERNEL).mk # Derivatives should probably append their version to the ProteanOS version, -# e.g. "1.0.0~2.0.0" (for a version 2.0 distribution based on ProteanOS 1.0). +# e.g. "1.0.0+2.0.0" (for a version 2.0 distribution based on ProteanOS 1.0). version = $$(printf '%s\n' '$(OPK_SOURCE_VERSION)' | \ sed 's|\(^[0-9][0-9]*\.[0-9][0-9]*\).*$$|\1|') |