components/a2ps/patches/01_a2ps_el_path_fix.patch
author Vladimir Marek <Vladimir.Marek@oracle.com>
Tue, 13 Dec 2016 14:33:57 +0100
changeset 7807 faf888b8f422
parent 6897 95d141a9085b
permissions -rw-r--r--
PSARC 2017/051 Perl - remove current path ('.') from @INC 24404149 problem in UTILITY/PERL

Fixes path to a2ps binary in a2ps.el

See: https://patches.ubuntu.com/by-release/extracted/ubuntu/a/a2ps/1:4.13c~rc5-1/01_a2ps_el_path_fix.dpatch

## 01_a2ps_el_path_fix.dpatch by Masayuki Hatta <[email protected]>

Index: b/contrib/emacs/a2ps.el
===================================================================
--- a/contrib/emacs/a2ps.el
+++ b/contrib/emacs/a2ps.el
@@ -44,7 +44,7 @@
 ;; a2ps-compile-regexp
 
 ;;path to the a2ps program
-(defvar a2ps-program "/usr/local/bin/a2ps")
+(defvar a2ps-program "/usr/bin/a2ps")
 
 ;;thank god for make-regexp.el!
 (defvar a2ps-font-lock-keywords