renamed to HaSt
This commit is contained in:
parent
7e93ffe71f
commit
52b8cda647
3 changed files with 71 additions and 23 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue