To make it easier for build tools to read full version information.
@@ -119,6 +119,7 @@ build() {
# Add meat to all skeletons
#
local srcpath # each source path
+ semver >/dev/null
find . -type f -name '*.skel' \
| while read -r srcpath; do
_build1 "$srcpath"