|
|
|
@ -63,6 +63,9 @@ find ./ -type f -iname "*" -exec sed -i 's/^tquit/quit/g' {} \;
|
|
|
|
|
find ./ -type f -iname "*" -exec sed -i 's/RETQUIRED/REQUIRED/g' {} \;
|
|
|
|
|
find ./ -type f -iname "*" -exec sed -i 's/Retquired/Required/g' {} \;
|
|
|
|
|
|
|
|
|
|
# Apply changes that should have been made but were not
|
|
|
|
|
find ./ -type f -iname "*" -exec sed -i 's/aboutQt/aboutTQt/g' {} \;
|
|
|
|
|
|
|
|
|
|
# Apply patches
|
|
|
|
|
patch -p0 < ../tqt3_fixups.diff
|
|
|
|
|
|
|
|
|
|