diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-22 09:27:09 -0500 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-02-18 18:17:39 -0800 |
commit | 8290027e067ffd0a3f37eeafbd27121e2884cea4 (patch) | |
tree | 3da8c190879b6fba5100b23fc960a4a3cc4f8cb8 /mkfontdir.in | |
parent | 07d71396a502515a02bd12c5b01cdd98a7a30dab (diff) |
mkfontdir: config: substitute bindir in mkfontdir using Autoconf @bindir@
Use the Autoconf recommended way of substituting bindir, see
http://www.gnu.org/software/autoconf/manual/autoconf.html
Use # sign for comment in script.
Only sed is used, drop the cpp terminology.
Reviewed-by: RĂ©mi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'mkfontdir.in')
-rwxr-xr-x | mkfontdir.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mkfontdir.in b/mkfontdir.in new file mode 100755 index 0000000..dfb512b --- /dev/null +++ b/mkfontdir.in @@ -0,0 +1,3 @@ +#!/bin/sh + +exec @bindir@/mkfontscale -b -s -l "$@" |