From 39fa98d8a8a15f2e20103d962bc5605214c1cff8 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 25 Mar 2009 01:11:48 +0000 Subject: [PATCH] switched install order procedures. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e3b59f43c..ff2fb899c 100755 --- a/Makefile.in +++ b/Makefile.in @@ -200,11 +200,11 @@ ifeq ($(os_is_win),0) cp -f License.txt "@ct_bindir@" ifneq ($(build_python),0) ifeq ($(build_python),2) - chmod +x @ct_bindir@/mixmaster endif @INSTALL@ -c tools/src/finish_install.py tools/bin (PYTHONPATH=''; @PYTHON_CMD@ tools/bin/finish_install.py @prefix@ @PYTHON_CMD@) chmod +x @ct_bindir@/ctnew + chmod +x @ct_bindir@/mixmaster endif else # Commands to be executed for win systems