#! /bin/sh /usr/share/dpatch/dpatch-run ## Makefile.in.dpatch by Francesco Paolo Lovergine ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad libgeotiff-1.2.4~/Makefile.in libgeotiff-1.2.4/Makefile.in --- libgeotiff-1.2.4~/Makefile.in 2007-09-19 11:23:28.000000000 +0200 +++ libgeotiff-1.2.4/Makefile.in 2007-09-19 11:24:01.000000000 +0200 @@ -191,8 +191,8 @@ $(INSTALL) libgeotiff.a $(GEOTIFF_IMP) $(DESTDIR)${libdir} $(INSTALL) -d $(DESTDIR)$(includedir) $(INSTALL) $(GT_INCLUDE_FILES) $(DESTDIR)$(includedir) - $(INSTALL) -d $(DESTDIR)$(datadir) - $(INSTALL) csv/*.csv $(DESTDIR)$(datadir) +# $(INSTALL) -d $(DESTDIR)$(datadir) +# $(INSTALL) csv/*.csv $(DESTDIR)$(datadir) $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL) bin/listgeo$(EXEEXT) bin/geotifcp$(EXEEXT) $(DESTDIR)$(bindir) if test ! -z "$(GEOTIFF_SO)" ; then \