From 3e3a04c1272f7056589b0839cedb97bc9d1e8cab Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 15 Nov 2010 22:29:37 +0000 Subject: [PATCH] Took a chmod mixmaster command out of the minimum python install option. --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index a5d6d1219..0d63a6f12 100755 --- a/Makefile.in +++ b/Makefile.in @@ -204,8 +204,10 @@ ifneq ($(build_python),0) cp -f "@homedir@/setup_cantera" "@ct_bindir@" chmod +x @ct_bindir@/setup_cantera chmod +x @ct_bindir@/ctnew +ifeq ($(build_python),2) chmod +x @ct_bindir@/mixmaster endif +endif else # Commands to be executed for win systems cd Cantera/fortran/f77demos; sed s'/isentropic/ctlib/g' isentropic.dsp > ctlib.dsp