Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
fix: Validate installs the config file too, leading to duplicates in …
Browse files Browse the repository at this point in the history
…different locations
  • Loading branch information
robsavoye committed Apr 3, 2024
1 parent ff54e4c commit 2383fae
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,8 @@ install-data-hook:
$(MKDIR_P) $(DESTDIR)$(ETCDIR)
cp -rvp $(srcdir)/config/priority.geojson $(DESTDIR)$(ETCDIR)/
cp -rvp $(srcdir)/config/replicator $(DESTDIR)$(ETCDIR)/
cp -rvp $(srcdir)/config/validate $(DESTDIR)$(ETCDIR)/
cp -rvp $(srcdir)/config/stats $(DESTDIR)$(ETCDIR)/
cp -rvp $(srcdir)/config/default.yaml $(DESTDIR)$(ETCDIR)/
$(MKDIR_P) $(DESTDIR)/$(docdir)
cp -rvp $(srcdir)/docs/*.md $(DESTDIR)/$(docdir)
cp -rvp $(srcdir)/setup/service $(DESTDIR)/$(pkglibdir)
$(MKDIR_P) $(DESTDIR)$(pkglibdir)/../system
cp -rvp $(srcdir)/setup/service/underpass.service $(DESTDIR)$(pkglibdir)/../system/
Expand All @@ -182,20 +179,20 @@ PCHFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/stats \
-I$(top_srcdir)/src/validate \
-I$(top_srcdir)/src/validate \
-I$(top_srcdir)/src/data

PCHHEADERS = \
$(top_srcdir)/src/replicator/planetreplicator.hh \
$(top_srcdir)/src/stats/querystats.hh \
$(top_srcdir)/src/raw/queryraw.hh \
$(top_srcdir)/src/raw/queryraw.hh \
$(top_srcdir)/src/replicator/replication.hh \
$(top_srcdir)/src/osm/osmchange.hh \
$(top_srcdir)/src/osm/changeset.hh \
$(top_srcdir)/src/osm/osmobjects.hh \
$(top_srcdir)/src/validate/validate.hh \
$(top_srcdir)/src/utils/geoutil.hh \
$(top_srcdir)/src/utils/geo.hh \
$(top_srcdir)/src/utils/geo.hh \
$(top_srcdir)/src/replicator/threads.hh

PCHOTHER = \
Expand Down

0 comments on commit 2383fae

Please sign in to comment.