]> git.pld-linux.org Git - packages/a2ps.git/blame - a2ps-etc.patch
- rel 1
[packages/a2ps.git] / a2ps-etc.patch
CommitLineData
9d216bc5 1--- a2ps-4.13/etc/Makefile.in.etc Wed Feb 9 09:32:55 2000
2+++ a2ps-4.13/etc/Makefile.in Thu Apr 27 22:45:03 2000
3@@ -297,7 +297,9 @@
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)!" \
9+ -e "s!@apppath@!$(PSFONT_PATH)!" \
10+ a2ps_cfg > a2ps.cfg
11
12 # Building a time stamp to know the version.
13 README: README.in Makefile
14--- a2ps-4.13/etc/a2ps_cfg.in.etc Tue Feb 8 03:24:03 2000
15+++ a2ps-4.13/etc/a2ps_cfg.in Thu Apr 27 20:49:04 2000
16@@ -73,6 +73,7 @@
17 # It may be useful to extend it so that a2ps can see some
18 # TeX or X11 resources: it likes AFM files and PF[AB] files.
19 #AppendLibraryPath: foo
20+AppendLibraryPath: @apppath@
21
22
23 #################################################################
This page took 0.079945 seconds and 4 git commands to generate.