Took a chmod mixmaster command out of the minimum python install option.

This commit is contained in:
Harry Moffat 2010-11-15 22:29:37 +00:00
parent fa56309462
commit 3e3a04c127

View file

@ -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