diff options
author | David Spencer <baildon.research@googlemail.com> | 2014-02-04 23:53:33 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:09 -0600 |
commit | 1ffa20b9dcccba7f3e0ca1f90583b865e652118a (patch) | |
tree | b647934e900f9d06c89f77fb2d38def75c67ac0b /gis/gdal/gdal-python-install.patch | |
parent | cdf9839b661522eb93d09b61d9625b0541d9d2df (diff) | |
download | slackbuilds-1ffa20b9dcccba7f3e0ca1f90583b865e652118a.tar.gz |
gis/gdal: Moved from Libraries category.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/gdal/gdal-python-install.patch')
-rw-r--r-- | gis/gdal/gdal-python-install.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gis/gdal/gdal-python-install.patch b/gis/gdal/gdal-python-install.patch new file mode 100644 index 0000000000..8ec414d37a --- /dev/null +++ b/gis/gdal/gdal-python-install.patch @@ -0,0 +1,10 @@ +--- swig/python/GNUmakefile.orig 2010-04-24 01:22:07.000000000 +0200 ++++ swig/python/GNUmakefile 2010-05-05 19:14:58.000000000 +0200 +@@ -72,5 +72,5 @@ + ifeq ($(PY_HAVE_SETUPTOOLS),1) +- $(PYTHON) setup.py install ++ $(PYTHON) setup.py install --root=$(DESTDIR) + else +- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) ++ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix) + endif |