mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 00:49:55 +03:00
6d5c101a9e
Even if the user has a very restrictive umask in place.
7 lines
100 B
Makefile
7 lines
100 B
Makefile
MODULES = nominatim
|
|
PGXS := $(shell pg_config --pgxs)
|
|
include $(PGXS)
|
|
|
|
all:
|
|
chmod 755 nominatim.so
|