From 4a9a3b4d7b1a1b1e67d9336385d768cb791b563c Mon Sep 17 00:00:00 2001 From: MPLew-is Date: Sun, 27 Mar 2016 04:50:59 -0400 Subject: [PATCH] Rename "visual-c-14" to "vc-redist14" --- apache.json | 2 +- php.json | 2 +- visual-c-14.json => vc-redist14.json | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename visual-c-14.json => vc-redist14.json (100%) diff --git a/apache.json b/apache.json index 505ed65e96..a0d6468aca 100644 --- a/apache.json +++ b/apache.json @@ -25,7 +25,7 @@ "bin\\logresolve.exe", "bin\\rotatelogs.exe" ], - "depends": "visual-c-14", + "depends": "vc-redist14", "post_install": " # set directory in httpd.conf $conf = \"$dir/conf/httpd.conf\" diff --git a/php.json b/php.json index 6901c7c853..61705f5d7c 100644 --- a/php.json +++ b/php.json @@ -13,7 +13,7 @@ } }, "bin": "php.exe", - "depends": "visual-c-14", + "depends": "vc-redist14", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { "url": "http://windows.php.net/download/", diff --git a/visual-c-14.json b/vc-redist14.json similarity index 100% rename from visual-c-14.json rename to vc-redist14.json