Assumption being the fact ANY doesn't exist at time of link is causing problems
References #3901
git-svn-id: http://svn.osgeo.org/postgis/trunk@15980
b70326c6-7e19-0410-871a-
916f4a2858ee
# revisions of the same version
install-upgrade-paths: sql_bits/postgis_extension_upgrade_minor.sql
tpl='$(EXTENSION)--ANY--$(EXTVERSION).sql'; \
+ $(INSTALL_DATA) $^ "$(EXTDIR)/$${tpl}"; \
ln -fs "$${tpl}" $(EXTDIR)/$(EXTENSION)--$(EXTVERSION)--$(EXTVERSION)next.sql; \
ln -fs "$${tpl}" $(EXTDIR)/$(EXTENSION)--$(EXTVERSION)next--$(EXTVERSION).sql; \
- $(INSTALL_DATA) $^ "$(EXTDIR)/$${tpl}"; \
for OLD_VERSION in $(UPGRADEABLE_VERSIONS); do \
ln -fs "$${tpl}" $(EXTDIR)/$(EXTENSION)--$$OLD_VERSION--$(EXTVERSION).sql; \
done