Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 28eab2b3af72ace295fd31521ba963c1 > files > 4

gdal-2.3.2-1.mga6.src.rpm

--- gdal-2.3.1/apps/GNUmakefile.libtool-inst	2018-07-30 16:10:31.418751291 +0200
+++ gdal-2.3.1/apps/GNUmakefile	2018-07-30 16:11:43.736309632 +0200
@@ -215,7 +215,7 @@
 
 
 install: default
-	for f in $(BIN_LIST) ; do $(INSTALL) $$f $(DESTDIR)$(INST_BIN) ; done
+	for f in $(BIN_LIST) ; do $(LIBTOOL_INSTALL) $$f $(DESTDIR)$(INST_BIN) ; done
 	$(INSTALL_DATA) gdal_utils.h $(DESTDIR)$(INST_INCLUDE)
 	$(INSTALL) gdal-config-inst $(DESTDIR)$(INST_BIN)/gdal-config