components/meld/patches/INSTALL.patch
changeset 6430 74bc7531ae5a
parent 6429 cc37c34e43e7
child 6431 e4667e7df088
equal deleted inserted replaced
6429:cc37c34e43e7 6430:74bc7531ae5a
     1 This patch originated in-house but is not suitable for upstream.
       
     2 
       
     3 --- meld-1.8.6/INSTALL.orig	2015-03-13 11:10:19.822910199 -0700
       
     4 +++ meld-1.8.6/INSTALL	2015-03-13 11:10:40.322859285 -0700
       
     5 @@ -33,8 +33,8 @@
       
     6  ## 
       
     7  ## If you need to, you can customise the install paths used here:
       
     8  ##
       
     9 -PYTHON ?= python
       
    10 -prefix := /usr/local
       
    11 +PYTHON ?= python2.7
       
    12 +prefix := /usr
       
    13  bindir := $(prefix)/bin
       
    14  libdir := $(prefix)/lib
       
    15  docdir := $(prefix)/share/doc