Remove python dependency
This commit is contained in:
@@ -23,6 +23,12 @@ case $1 in
|
||||
mv -v $SRC_DIR/glacier $PREFIX
|
||||
printf "directory $PREFIX/bin does not exist, moving to $PREFIX instead\n"
|
||||
fi
|
||||
CC $SRC_DIR/int-check/main.c -o glacier-integrity-check
|
||||
mv -v $SRC_DIR/int-check/glacier-integrity-check $PREFIX/bin
|
||||
if [ "$?" != 0 ]; then
|
||||
mv -v $SRC_DIR/int-check/glacier-integrity-check $PREFIX
|
||||
printf "directory $PREFIX/bin does not exist, moving to $PREFIX instead.\n"
|
||||
fi
|
||||
printf "installing configuration files\n"
|
||||
mv -v $SRC_DIR/glacier.conf $CONFDIR
|
||||
if [ "$?" != 0 ]; then
|
||||
|
||||
@@ -8,3 +8,6 @@ PREFIX="/usr"
|
||||
# System config directory
|
||||
# On almost all systems, this should be /etc
|
||||
CONFDIR="/etc"
|
||||
|
||||
# C Compiler to use
|
||||
CC="gcc"
|
||||
|
||||
Reference in New Issue
Block a user