]> git.pld-linux.org Git - packages/a2ps.git/blame - a2ps-etc.patch
- updated to 4.15.6
[packages/a2ps.git] / a2ps-etc.patch
CommitLineData
938b2c3a
JB
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
9d216bc5 4
5 # Building the correct a2ps.cfg
6 a2ps.cfg: a2ps_cfg Makefile
7- sed "s!@libpath@!$(libpath)!" a2ps_cfg > a2ps.cfg
938b2c3a 8+ sed -e "s!@libpath@!$(libpath)!" -e "s!@apppath@!$(PSFONT_PATH)!" a2ps_cfg > a2ps.cfg
9d216bc5 9
938b2c3a 10 # Building a timestamp to know the version.
9d216bc5 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.061711 seconds and 4 git commands to generate.