OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 14-Jul-2003 17:40:41 Branch: HEAD Handle: 2003071416403900 Modified files: openpkg-src/python python.spec Log: even more path bashing in install templates Summary: Revision Changes Path 1.36 +4 -1 openpkg-src/python/python.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/python/python.spec ============================================================================ $ cvs diff -u -r1.35 -r1.36 python.spec --- openpkg-src/python/python.spec 14 Jul 2003 14:55:16 -0000 1.35 +++ openpkg-src/python/python.spec 14 Jul 2003 15:40:39 -0000 1.36 @@ -73,7 +73,10 @@ Modules/getpath.c %{l_shtool} subst \ -e 's;\+ *sys\.version\[:3\];;g' \ - Lib/*.py Lib/*/*.py + Lib/*.py Lib/*/*.py Lib/*/*/*.py + %{l_shtool} subst \ + -e 's;python\$py_version_short;python;g' \ + Lib/distutils/command/install.py %build CC="%{l_cc}" \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]