#! /bin/bash # MAKE - script to build boxbackup client at CAcert . ./RELINFO ID=${PRODUCT}-${RELEASE} TARBALL=${ID}.tgz tar xfzp ${TARBALL} cd ${ID} ./configure --enable-gnu-readline make build-backup-client