summaryrefslogtreecommitdiffhomepage
path: root/auto/install
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-06-10 12:25:31 +0300
committerRuslan Ermilov <ru@nginx.com>2015-06-10 12:25:31 +0300
commit76be6f5d700bdc20651e4133378851ec5a147e6b (patch)
treee33221d88d82fcc6927a56d46711b972cf37a571 /auto/install
parent8ab1aa612d06ac4476b1cfacc778ba0b71ee99aa (diff)
downloadnginx-76be6f5d700bdc20651e4133378851ec5a147e6b.tar.gz
nginx-76be6f5d700bdc20651e4133378851ec5a147e6b.tar.bz2
Configure: moved NGX_SBIN_PATH variable initialization.
It's now initialized in auto/options like the rest of variables for system paths. As a side effect, the currently unused macro NGX_SBIN_PATH now gets the correct value.
Diffstat (limited to 'auto/install')
-rw-r--r--auto/install4
1 files changed, 0 insertions, 4 deletions
diff --git a/auto/install b/auto/install
index 254f9bce6..f7f686c1a 100644
--- a/auto/install
+++ b/auto/install
@@ -20,10 +20,6 @@ case ".$NGX_SBIN_PATH" in
./*)
;;
- .)
- NGX_SBIN_PATH=$NGX_PREFIX/sbin/nginx
- ;;
-
*)
NGX_SBIN_PATH=$NGX_PREFIX/$NGX_SBIN_PATH
;;