9e38e2d
diff -rupN --no-dereference gdal-3.0.4-fedora/apps/GNUmakefile gdal-3.0.4-fedora-new/apps/GNUmakefile
9e38e2d
--- gdal-3.0.4-fedora/apps/GNUmakefile	2020-01-28 11:13:12.000000000 +0100
9e38e2d
+++ gdal-3.0.4-fedora-new/apps/GNUmakefile	2020-03-03 23:17:41.032487778 +0100
9e38e2d
@@ -216,6 +216,7 @@ gdal-config-inst:	gdal-config.in ../GDAL
9e38e2d
 
9e38e2d
 install: default
9e38e2d
 	for f in $(BIN_LIST) ; do $(INSTALL) $$f $(DESTDIR)$(INST_BIN) ; done
9e38e2d
+	for f in $(BIN_LIST) ; do $(INSTALL) .libs/$$f $(DESTDIR)$(INST_BIN) ; done
9e38e2d
 	$(INSTALL_DATA) gdal_utils.h $(DESTDIR)$(INST_INCLUDE)
9e38e2d
 	$(INSTALL) gdal-config-inst $(DESTDIR)$(INST_BIN)/gdal-config
9e38e2d