From: Sarah Hoffmann Date: Sun, 13 May 2012 08:05:27 +0000 (+0200) Subject: make sure nominatim.so is accessible for postgresql X-Git-Tag: v2.0.0~71^2~2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/6d5c101a9e5443825728f3c2d21f5f3611222cdb make sure nominatim.so is accessible for postgresql Even if the user has a very restrictive umask in place. --- 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