1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-17 20:58:07 +02:00

* deleting .svn for even less space usage in lean mode

This commit is contained in:
mateuszb 2011-10-02 15:12:18 +00:00
parent 2debbb337a
commit 1fc34d8a0b

View File

@ -28,6 +28,7 @@ if [ "$1" = "--install" ]; then
echo "SUBDIRS = StupidAI" > AI/Makefile.am
rm -rf AI/EmptyAI
rm -rf AI/GeniusAI
find . -name ".svn" -exec rm -rf {} \;
elif [ "$2" = "full" ]; then
mv "Makefile with client.am" Makefile.am
mv "configure with client.ac" configure.ac