buildcraft/setup.sh

8 lines
204 B
Bash
Raw Normal View History

2012-05-09 22:43:05 +02:00
if [ ! -f ../src_base ]; then
cp -r ../src ../src_base
#patch -p0 < minecraft.patch
cp -r ../src ../src_work
else
echo "patch already applied - remove src and src_base and decompile again"
fi