]> git.pld-linux.org Git - packages/gdal.git/blame - gdal-python_install.patch
- rebuild with poppler 0.46
[packages/gdal.git] / gdal-python_install.patch
CommitLineData
ac627b1d
JK
1--- gdal-1.5.4/swig/python/GNUmakefile.bak 2008-07-26 21:04:24.000000000 +0200
2+++ gdal-1.5.4/swig/python/GNUmakefile 2009-05-18 20:14:35.000000000 +0200
3@@ -53,12 +53,7 @@
4 $(PYTHON) setup.py bdist_egg
5
6 install:
7-
8-ifeq ($(PY_HAVE_SETUPTOOLS),1)
9- $(PYTHON) setup.py install
10-else
11- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
12-endif
38239d5e 13+ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
ac627b1d
JK
14
15 for f in $(SCRIPTS) ; do $(INSTALL) ./scripts/$$f $(DESTDIR)$(INST_BIN) ; done
16
This page took 0.097676 seconds and 4 git commands to generate.