summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 16:47:05 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 16:47:05 (EDT)
commit31d47366ae8529c4a99e87f2cc8d9471295444ce (patch)
treee4d94c8041b2a6693e0882fbdb74e599d3781fc2
parent165218e5465b673b58dafed40cdf441c3e44076d (diff)
build: Add " for ProteanOS" to version string
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 32e1006..c215edd 100755
--- a/build
+++ b/build
@@ -3,7 +3,8 @@
include ../source.mk
version = $$(printf '%s\n' '$(OPK_SOURCE_VERSION_UPSTREAM)' | \
- sed 's/^.*+git\(....\)\(..\)\(..\)\.\([0-9a-f]*\).*$$/\4 (\1-\2-\3)/')
+ sed 's/^.*+git\(....\)\(..\)\(..\)\.\([0-9a-f]*\).*$$/\4 (\1-\2-\3)/') \
+ for ProteanOS
nop: