[Groonga-commit] pgroonga/pgroonga at 031e042 [master] Make temporary directory world writable

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 28 23:50:28 JST 2016


Kouhei Sutou	2016-10-28 23:50:28 +0900 (Fri, 28 Oct 2016)

  New Revision: 031e0425e927c7b5a622efe4999b34b716ec110c
  https://github.com/pgroonga/pgroonga/commit/031e0425e927c7b5a622efe4999b34b716ec110c

  Message:
    Make temporary directory world writable

  Modified files:
    Makefile

  Modified: Makefile (+1 -0)
===================================================================
--- Makefile    2016-10-28 23:38:23 +0900 (c11ec76)
+++ Makefile    2016-10-28 23:50:28 +0900 (fede5de)
@@ -58,6 +58,7 @@ installcheck: $(EXPECTED_FILES)
 prepare-regress:
 	rm -rf tmp/space
 	mkdir -p tmp/space
+	chmod -R 777 tmp/space
 	sed -e "s, �� TMP_DIR@,$(PWD)/tmp,g"	\
 	  sql/vacuum/tablespace.sql.in >	\
 	  sql/vacuum/tablespace.sql
-------------- next part --------------
HTML����������������������������...
Download 



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