[Groonga-commit] groonga/heroku-buildpack-groonga at c3adf9f [master] Fix admin HTML dir

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 24 17:16:59 JST 2014


Kouhei Sutou	2014-05-24 17:16:59 +0900 (Sat, 24 May 2014)

  New Revision: c3adf9ff8d71ef0262c868420eb951eb6118fcf6
  https://github.com/groonga/heroku-buildpack-groonga/commit/c3adf9ff8d71ef0262c868420eb951eb6118fcf6

  Message:
    Fix admin HTML dir

  Modified files:
    bin/release

  Modified: bin/release (+4 -1)
===================================================================
--- bin/release    2014-05-24 17:12:49 +0900 (8b980dc)
+++ bin/release    2014-05-24 17:16:59 +0900 (cf1b070)
@@ -29,6 +29,9 @@ release["config_vars"] = {
   "LD_LIBRARY_PATH" => ld_library_paths.compact.join(File::PATH_SEPARATOR),
 }
 
+app_groonga_admin_html_dir =
+  File.join(app_groonga_dir, "share", "groonga", "html", "admin")
+
 app_groonga_httpd_conf_dir =
   File.join(app_groonga_dir, "etc", "groonga", "httpd")
 app_groonga_httpd_conf =
@@ -65,7 +68,7 @@ http {
     }
 
     location / {
-      root #{File.join(app_groonga_httpd_conf_dir, "admin")};
+      root #{app_groonga_admin_html_dir};
       index index.html;
     }
 
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index