Ticket #12175: qt4-mac-Portfile-diff.txt

File qt4-mac-Portfile-diff.txt, 422 bytes (added by mdickens@…, 17 years ago)

"diff -u" for qt4-mac Portfile to correct CAPS issue

Line 
1--- Portfile~   2007-05-01 03:55:32.000000000 -0400
2+++ Portfile    2007-06-25 11:55:33.000000000 -0400
3@@ -69,7 +69,7 @@
4        post-destroot {
5                set appPath ${destroot}/Applications/MacPorts/Qt
6                xinstall -d -m 0755 ${appPath}
7-               foreach app {assistant designer linguist qtconfig} {
8+               foreach app {assistant Designer Linguist qtconfig} {
9                        system "mv -v ${destroot}${prefix}/bin/${app}.app \
10                                ${appPath}/${app}.app"
11                }