mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 13:24:07 +00: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:
@@ -2,3 +2,5 @@ MODULES = nominatim
|
|||||||
PGXS := $(shell pg_config --pgxs)
|
PGXS := $(shell pg_config --pgxs)
|
||||||
include $(PGXS)
|
include $(PGXS)
|
||||||
|
|
||||||
|
all:
|
||||||
|
chmod 755 nominatim.so
|
||||||
|
|||||||
Reference in New Issue
Block a user