components/meld/patches/INSTALL.patch
author John Beck <John.Beck@Oracle.COM>
Thu, 05 Mar 2015 15:29:46 -0800
branchs11-update
changeset 4237 3517b6c3873e
parent 227 1e1ccdc6b1e6
child 3957 a5f5c603e464
child 7869 a80ad5071d35
permissions -rw-r--r--
20657358 migrate meld from Python 2.6 to 2.7

This patch originated in-house but is not suitable for upstream.

--- meld-1.4.0/INSTALL.~1~	2010-09-26 15:25:02.000000000 -0700
+++ meld-1.4.0/INSTALL	2015-03-05 15:13:15.766057260 -0800
@@ -17,8 +17,8 @@
 ##   Now run "/usr/local/bin/meld"
 ## 
 ##   You can customise the install paths used here:
-PYTHON ?= python
-prefix := /usr/local
+PYTHON ?= python2.7
+prefix := /usr
 bindir := $(prefix)/bin
 libdir := $(prefix)/lib
 docdir := $(prefix)/share/doc