Skip to content

Commit 73cc299

Browse files
committed
win32/install.txt is no more, just copy INSTALL instead
1 parent 07e8bdd commit 73cc299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win32/build/mkdist.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ function extract_file_from_tarball($pkg, $filename, $dest_dir) /* {{{ */
229229
$text_files = array(
230230
"LICENSE" => "license.txt",
231231
"NEWS" => "news.txt",
232+
"INSTALL" => "install.txt",
232233
"README.REDIST.BINS" => "readme-redist-bins.txt",
233234
"php.ini-development" => "php.ini-development",
234-
"php.ini-production" => "php.ini-production",
235-
"win32/install.txt" => "install.txt",
235+
"php.ini-production" => "php.ini-production"
236236
);
237237

238238
foreach ($text_files as $src => $dest) {

0 commit comments

Comments
 (0)