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:
parent
2debbb337a
commit
1fc34d8a0b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user