Added external call for renaming folders.

master
NathanSalapat 2014-10-08 13:15:49 -05:00
parent e03909918c
commit f1ec5d8f54
1 changed files with 2 additions and 5 deletions

View File

@ -21,8 +21,5 @@ rsync -r '' ~/.minetest/mods
#Move to the minetest/mods folder this should be default on all installs.
cd ~/.minetest/mods
#Read an external file to rename the folders that need it. This file will be located outside of this git repo so it won't change unless you change it.
#Rename the folders that need it. This must be filled out manually. Basically removes the folder with the right name, and then renames the folder with the wrong name to the right name
#rm -rf Correct_Folder_Name
#mv Git_Folder_Name Correct_Folder_Name
#Run an external script to find out which files to rename and do it.
sh ./rename.sh