at v206 415 B view raw
1diff --git a/swig/python/GNUmakefile.old b/swig/python/GNUmakefile 2index b4d5e90..2160b83 100644 3--- a/swig/python/GNUmakefile 4+++ b/swig/python/GNUmakefile 5@@ -67,11 +67,7 @@ egg: 6 7 install: 8 9-ifeq ($(PY_HAVE_SETUPTOOLS),1) 10- $(PYTHON) setup.py install 11-else 12 $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) 13-endif 14 15 for f in $(SCRIPTS) ; do $(INSTALL) ./scripts/$$f $(DESTDIR)$(INST_BIN) ; done 16 17