renamed to HaSt

This commit is contained in:
Martinez 2018-01-01 18:07:56 +01:00
parent 7e93ffe71f
commit 52b8cda647
3 changed files with 71 additions and 23 deletions

View file

@ -1,9 +1,10 @@
#! /bin/bash
NAME="hast"
ROOT="${1}"
LIBDIR="${ROOT}/usr/lib/over/dedup"
LIBDIR="${ROOT}/usr/lib/over/${NAME}"
BINDIR="${ROOT}/usr/bin"
BIN="dedup"
BIN="${NAME}"
mkdir -p "${LIBDIR}"
cp *.py "${LIBDIR}"