]> git.pld-linux.org Git - packages/gdal.git/blob - gdal-python_install.patch
- poppler rebuild
[packages/gdal.git] / gdal-python_install.patch
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
13 +       $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
14  
15         for f in $(SCRIPTS) ; do $(INSTALL) ./scripts/$$f $(DESTDIR)$(INST_BIN) ; done
16         
This page took 0.047076 seconds and 3 git commands to generate.