~geb/sprec

6015527667252f9e811486c02d5ccd6a5afeca13 — John Gebbie 11 months ago 877e51e master 0.1
version 0.1
1 files changed, 1 insertions(+), 1 deletions(-)

M build.sh
M build.sh => build.sh +1 -1
@@ 1,6 1,6 @@
#!/bin/sh
# ./build.sh ['install']
: "${SPREC_VERSION=$(git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.0)}"
: "${SPREC_VERSION=$(git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.1)}"
: "${SPREC_DESTDIR=}"
: "${SPREC_BINDIR=usr/local/bin}"