cd src



# create a short lisp file with the instructions to load kenzo from ecl
# This will compile the lisp files since it is the first time they are loaded

ecl < compile.lisp

echo "moving kenzo--all-systems.fasb to  $SAGE_LOCAL/lib/ecl/kenzo.fas"
mv kenzo--all-systems.fasb $SAGE_LOCAL/lib/ecl/kenzo.fas


if [ $? -ne 0 ]; then
    echo >&2 "Error installing Kenzo."
    exit 1
fi
