summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOguz Bastemur <obastemur@gmail.com>2015-04-06 09:57:39 +0200
committerJulien Gilli <julien.gilli@joyent.com>2015-04-23 11:45:11 -0700
commit4028669531bcd30d6082bf0dfdb8d73ddb0717c6 (patch)
treebc67a1378ac25891fe729fd4db1ebf1554f6ed59
parent9d19dfbfdb2253e0bf42b55c7c1bbd618f40bf3c (diff)
downloadnode-4028669531bcd30d6082bf0dfdb8d73ddb0717c6.tar.gz
install: make sure opensslconf.h is overwritten
PR: #14089 PR-URL: https://github.com/joyent/node/pull/14089 Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Julien Gilli <jgilli@fastmail.fm>
-rwxr-xr-xtools/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.py b/tools/install.py
index 9419fa1b1..c8316b92c 100755
--- a/tools/install.py
+++ b/tools/install.py
@@ -156,8 +156,8 @@ def files(action):
subdir_files('deps/uv/include', 'include/node/', action)
if 'false' == variables.get('node_shared_openssl'):
- action(['deps/openssl/config/opensslconf.h'], 'include/node/openssl/')
subdir_files('deps/openssl/openssl/include/openssl', 'include/node/openssl/', action)
+ action(['deps/openssl/config/opensslconf.h'], 'include/node/openssl/')
if 'false' == variables.get('node_shared_v8'):
subdir_files('deps/v8/include', 'include/node/', action)