]> git.openstreetmap.org Git - nominatim.git/commitdiff
make sure nominatim.so is accessible for postgresql
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 13 May 2012 08:05:27 +0000 (10:05 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 13 May 2012 08:05:27 +0000 (10:05 +0200)
Even if the user has a very restrictive umask in place.

module/Makefile

index 0fdb2daa46a78c09346636f673f951b1ffeeb6cd..12d66b636563e3b0ffb3781f0d1c052808206993 100644 (file)
@@ -2,3 +2,5 @@ MODULES = nominatim
 PGXS := $(shell pg_config --pgxs)
 include $(PGXS)
 
+all:
+       chmod 755 nominatim.so