mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 05:35:13 +03:00
make sure nominatim.so is accessible for postgresql
Even if the user has a very restrictive umask in place.
This commit is contained in:
parent
c32fa2172d
commit
6d5c101a9e
@ -2,3 +2,5 @@ MODULES = nominatim
|
||||
PGXS := $(shell pg_config --pgxs)
|
||||
include $(PGXS)
|
||||
|
||||
all:
|
||||
chmod 755 nominatim.so
|
||||
|
Loading…
Reference in New Issue
Block a user