components/a2ps/patches/01_a2ps_el_path_fix.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 13 Sep 2016 14:01:54 -0700
changeset 6897 95d141a9085b
permissions -rw-r--r--
22834809 a2ps should be 64-bit 24660351 a2ps should have some master test results 24660634 a2ps is missing many patches created by the Debian/Ubuntu community 24660835 problem in UTILITY/A2PS
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6897
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
Fixes path to a2ps binary in a2ps.el
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
See: https://patches.ubuntu.com/by-release/extracted/ubuntu/a/a2ps/1:4.13c~rc5-1/01_a2ps_el_path_fix.dpatch
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
## 01_a2ps_el_path_fix.dpatch by Masayuki Hatta <[email protected]>
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
Index: b/contrib/emacs/a2ps.el
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
===================================================================
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
--- a/contrib/emacs/a2ps.el
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
+++ b/contrib/emacs/a2ps.el
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
@@ -44,7 +44,7 @@
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
 ;; a2ps-compile-regexp
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
 
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
 ;;path to the a2ps program
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
-(defvar a2ps-program "/usr/local/bin/a2ps")
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
+(defvar a2ps-program "/usr/bin/a2ps")
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
 
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
 ;;thank god for make-regexp.el!
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
 (defvar a2ps-font-lock-keywords