From: vsr Date: Fri, 6 Dec 2013 14:45:58 +0000 (+0000) Subject: Fix misprint X-Git-Tag: V7_3_0rc1~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0a1c5b7570e8d420356c43c6232a634a5a8ec111;p=tools%2Finstall.git Fix misprint --- diff --git a/config_files/Python.sh b/config_files/Python.sh index f9a7805..dbc4362 100755 --- a/config_files/Python.sh +++ b/config_files/Python.sh @@ -166,7 +166,7 @@ check_jb tar xfz ${SOURCE_DIR}/${PRODUCT}.tar.gz -C ${PRODUCT_DIR} # correct install dir test -e ${PRODUCT_DIR}/lib/python${PY_LIBVERSION}/config/Makefile && \ sed -i "s%^\(prefix[[:space:]]*=[[:space:]]*\).*%\1${PRODUCT_DIR}%g;s%^\(CONFIG_ARGS[[:space:]]*=.*\)--prefix=[^']*'%\1--prefix=${PRODUCT_DIR}'%g" \ - ${PRODUCT_DIR}/lib/python${PY_LIBVERSION}/config/Makefile) + ${PRODUCT_DIR}/lib/python${PY_LIBVERSION}/config/Makefile # modify scripts for l in idle pydoc smtpd.py 2to3 python${PY_LIBVERSION}-config ; do