qca/prepare
Justin Karneges b81fb7efb7 remove bashisms
svn path=/trunk/kdesupport/qca/; revision=816960
2008-06-05 01:39:26 +00:00

13 lines
244 B
Bash
Executable File

#!/bin/sh
if [ ! -f qca.pro ] || [ -d .svn ]; then
echo This script should only be run within an exported qca tree.
exit 1
fi
# remove cmake files
rm -rf cmake
rm crypto.prf.cmake
rm qca2.pc.cmake
find . -name CMakeLists.txt -exec rm {} \;