components/a2ps/patches/01_a2ps_el_path_fix.patch
changeset 6897 95d141a9085b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/a2ps/patches/01_a2ps_el_path_fix.patch	Tue Sep 13 14:01:54 2016 -0700
@@ -0,0 +1,19 @@
+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