[Groonga-commit] groonga/wikipedia-search at 984fa7e [master] Add missing env

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 7 17:58:30 JST 2016


Kouhei Sutou	2016-02-07 17:58:30 +0900 (Sun, 07 Feb 2016)

  New Revision: 984fa7e60eb0c7b7048ed1427dd23cff7cfddbcd
  https://github.com/groonga/wikipedia-search/commit/984fa7e60eb0c7b7048ed1427dd23cff7cfddbcd

  Message:
    Add missing env

  Modified files:
    benchmark/centos7/mysql-postgresql.sh

  Modified: benchmark/centos7/mysql-postgresql.sh (+1 -1)
===================================================================
--- benchmark/centos7/mysql-postgresql.sh    2016-02-07 17:19:50 +0900 (1f356be)
+++ benchmark/centos7/mysql-postgresql.sh    2016-02-07 17:58:30 +0900 (9cb6c57)
@@ -111,7 +111,7 @@ install_pg_bigm()
   run wget http://osdn.dl.osdn.jp/pgbigm/63792/pg_bigm-1.1-20150910.tar.gz
   run tar xvf pg_bigm-1.1-20150910.tar.gz
   run cd pg_bigm-1.1-20150910
-  run PATH=/usr/pgsql-9.5/bin:$PATH make USE_PGXS=1
+  run env PATH=/usr/pgsql-9.5/bin:$PATH make USE_PGXS=1
   run sudo env PATH=/usr/pgsql-9.5/bin:$PATH make USE_PGXS=1 install
   run cd ..
 }
-------------- next part --------------
HTML����������������������������...
Download 



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