[gdal-dev] python install makefile bug
Kurt Schwehr
schwehr at ccom.unh.edu
Thu Mar 27 07:11:10 EDT 2008
Hi all,
Probably an easy to fix bug... It looks like there is an extra blank
line in the swig python makefile that is preventing the python scripts
from getting install.
-kurt
gdal-1.5.1/swig/python/GNUmakefile:
ifeq ($(PY_HAVE_SETUPTOOLS),1)
$(PYTHON) setup.py install
else
$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
endif
for f in $(SCRIPTS) ; do $(INSTALL) ./scripts/$$f
$(DESTDIR)$(INST_BIN) ; done
More information about the gdal-dev
mailing list