apparmor/tests/regression/subdomain/scripts/make_tar.sh
Steve Beattie 6d3e74907d Import the rest of the core functionality of the internal apparmor
development tree (trunk branch). From svn repo version 6381.
2006-04-11 21:52:54 +00:00

15 lines
232 B
Bash

:
archive=/tmp/sd_regression.tgz
if [ ! -f ./AppArmor.rtf ]
then
echo "Error: pwd is not valid" >&2
exit 1
fi
make clean
tar -czf $archive --exclude=TODO --exclude .svn --exclude scripts . && \
echo
echo "output is $archive"