From 8290027e067ffd0a3f37eeafbd27121e2884cea4 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 22 Jan 2011 09:27:09 -0500 Subject: mkfontdir: config: substitute bindir in mkfontdir using Autoconf @bindir@ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Gaetan Nadon --- mkfontdir.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 mkfontdir.in (limited to 'mkfontdir.in') 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 "$@" -- cgit v1.2.3