]> git.pld-linux.org Git - packages/a2ps.git/blob - a2ps-etc.patch
- don't require versioned psutils, it comes from texlive, rel 2
[packages/a2ps.git] / a2ps-etc.patch
1 --- a2ps-4.15.4/etc/Makefile.am.orig    2022-08-05 15:15:08.000000000 +0200
2 +++ a2ps-4.15.4/etc/Makefile.am 2023-06-11 19:43:05.997178943 +0200
3 @@ -55,7 +55,7 @@ DISTCLEANFILES = a2ps.cfg README
4  
5  # Building the correct a2ps.cfg
6  a2ps.cfg: a2ps_cfg Makefile
7 -       sed "s!@libpath@!$(libpath)!" a2ps_cfg > a2ps.cfg
8 +       sed -e "s!@libpath@!$(libpath)!" -e "s!@apppath@!$(PSFONT_PATH)!" a2ps_cfg > a2ps.cfg
9  
10  # Building a timestamp to know the version.
11  README: README.in Makefile
12 --- a2ps-4.13/etc/a2ps_cfg.in.etc       Tue Feb  8 03:24:03 2000
13 +++ a2ps-4.13/etc/a2ps_cfg.in   Thu Apr 27 20:49:04 2000
14 @@ -73,6 +73,7 @@
15  # It may be useful to extend it so that a2ps can see some
16  # TeX or X11 resources: it likes AFM files and PF[AB] files.
17  #AppendLibraryPath: foo
18 +AppendLibraryPath: @apppath@
19  
20  
21  #################################################################
This page took 0.348941 seconds and 3 git commands to generate.