Index: trunk/tools/mwmultiversion/multiversion/checkoutMediaWiki |
— | — | @@ -137,14 +137,6 @@ |
138 | 138 | if ( !file_exists( $libDir ) ) { |
139 | 139 | mkdir( $libDir, 0775 ); |
140 | 140 | } |
141 | | - $path = "$libDir/geshi"; |
142 | | - if ( !file_exists( $path ) ) { |
143 | | - if ( symlink( "../../lib/geshi", $path ) ) { |
144 | | - print "Created php-$dstVersionNum/lib/geshi symlink.\n"; |
145 | | - } |
146 | | - } else { |
147 | | - print "Symlink file already exists: $path\n"; |
148 | | - } |
149 | 141 | |
150 | 142 | # Create l10n cache dir |
151 | 143 | $l10nDir = "$destIP/cache/l10n"; |