]> git.pld-linux.org Git - packages/gdal.git/blobdiff - gdal-python_install.patch
- updated patches, removed obsolete
[packages/gdal.git] / gdal-python_install.patch
diff --git a/gdal-python_install.patch b/gdal-python_install.patch
deleted file mode 100644 (file)
index 91cc4e3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- gdal-1.5.4/swig/python/GNUmakefile.bak     2008-07-26 21:04:24.000000000 +0200
-+++ gdal-1.5.4/swig/python/GNUmakefile 2009-05-18 20:14:35.000000000 +0200
-@@ -53,12 +53,7 @@
-       $(PYTHON) setup.py bdist_egg 
-       
- install:
--
--ifeq ($(PY_HAVE_SETUPTOOLS),1)
--      $(PYTHON) setup.py install 
--else
--      $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
--endif
-+      $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
-       for f in $(SCRIPTS) ; do $(INSTALL) ./scripts/$$f $(DESTDIR)$(INST_BIN) ; done
-       
This page took 0.048125 seconds and 4 git commands to generate.