From 6d5c101a9e5443825728f3c2d21f5f3611222cdb Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 13 May 2012 10:05:27 +0200 Subject: [PATCH] make sure nominatim.so is accessible for postgresql Even if the user has a very restrictive umask in place. --- module/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/Makefile b/module/Makefile index 0fdb2daa..12d66b63 100644 --- a/module/Makefile +++ b/module/Makefile @@ -2,3 +2,5 @@ MODULES = nominatim PGXS := $(shell pg_config --pgxs) include $(PGXS) +all: + chmod 755 nominatim.so -- 2.39.5