~sourcemage/sorcery

9d93120666d78f683cf249c775e68dda5909ecdb — Thomas Orgis 2 years ago 806df14
install: add devinst target for usable version from git
1 files changed, 1 insertions(+), 0 deletions(-)

M install
M install => install +1 -0
@@ 1,4 1,5 @@
#!/bin/bash
# echo $(date +%Y%m%d)-dev-$(git show --oneline | head -n 1 | cut -f 1 -d ' ')
INSTALL_ROOT="$(readlink -f "$1")"
d="$(readlink -f "${0%/*}")"
cd "$d" || exit